forked from external-repos/squoosh
8 lines
159 B
YAML
8 lines
159 B
YAML
language: node_js
|
|
node_js:
|
|
- node
|
|
- 10
|
|
- 8
|
|
cache: npm
|
|
script: npm run build || npm run build # scss ts definitions need to be generated before an actual build
|