11 lines
131 B
YAML
11 lines
131 B
YAML
language: node_js
|
|
node_js:
|
|
- "node"
|
|
branches:
|
|
only:
|
|
- master
|
|
script:
|
|
- npm run build
|
|
- npm run test
|
|
- npm run format
|