UNPKG

169 BYAMLView Raw
1language: node_js
2node_js:
3 - 14
4branches:
5 only:
6 - 'master'
7cache:
8 directories:
9 - node_modules
10before_script:
11 - npm run build
12script: npm run test:sanity