UNPKG

183 BYAMLView Raw
1language: node_js
2
3jobs:
4 include:
5 - stage: Check compilation
6 node_js: node
7 script: npm run build
8
9 - stage: Run tests
10 node_js: node
11 script: jest
\No newline at end of file