mirror of
https://github.com/smogon/sprites.git
synced 2026-04-25 23:54:07 -05:00
17 lines
302 B
YAML
17 lines
302 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '14'
|
|
cache:
|
|
npm: false
|
|
directories:
|
|
- "~/.pnpm-store"
|
|
before_install:
|
|
- curl -L https://unpkg.com/@pnpm/self-installer | node
|
|
- pnpm config set store-dir ~/.pnpm-store
|
|
install:
|
|
- pnpm install
|
|
script: pnpm run build
|
|
notifications:
|
|
email: false
|