mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
11 lines
138 B
YAML
11 lines
138 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
node_js:
|
|
- 8
|
|
notifications:
|
|
email: false
|
|
script:
|
|
- npm run lint
|
|
- npm run build
|
|
- npm run start |