mirror of
https://github.com/smogon/sprites.git
synced 2026-03-21 17:35:13 -05:00
18 lines
314 B
YAML
18 lines
314 B
YAML
sudo: false
|
|
dist: focal
|
|
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
|