mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
6 lines
86 B
YAML
6 lines
86 B
YAML
language: node_js
|
|
node_js:
|
|
- "stable"
|
|
script:
|
|
- npm run build
|
|
- npm run karma-ci |