10 lines
127 B
YAML
10 lines
127 B
YAML
![]() |
language: node_js
|
||
|
node_js:
|
||
|
- "node"
|
||
|
install:
|
||
|
- npm install
|
||
|
- npm run build
|
||
|
script:
|
||
|
- npm run test
|
||
|
- npm run coverage
|