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