forked from external-repos/squoosh
This will help to catch somewhat frequent Windows-specific issues in the future (latest example: #774).
8 lines
111 B
YAML
8 lines
111 B
YAML
language: node_js
|
|
cache: npm
|
|
script: npm run build
|
|
after_success: npm run sizereport
|
|
os:
|
|
- linux
|
|
- windows
|