language: node_js
|
|
|
|
node_js:
|
|
- "9"
|
|
|
|
script:
|
|
- yarn run lint:nofix
|
|
- yarn test
|
|
- yarn build
|