UNPKG

167 BYAMLView Raw
1image: node:latest
2
3cache:
4 paths:
5 - node_modules/
6
7test:
8 script:
9 - npm install
10 - npm install mocha -g
11 - npm install typescript -g
12 - npm run compile
13