mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
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
|