Zapier in gitlab ci

This commit is contained in:
Nawaz Dhandala 2019-08-02 23:08:06 +05:30
parent 252eebc5f2
commit 86831caa17
No known key found for this signature in database
GPG Key ID: 43C184A0DB24F9F6
2 changed files with 16 additions and 1 deletions

View File

@ -48,6 +48,21 @@ build_n_test_dashboard:
script:
- echo "No test implemented"
##ZAPIER
lint_n_audit_zapier:
stage: Build_n_Test
script:
- cd zapier
- npm install --dev
- npm run lint
- npm run audit
- cd ..
build_n_test_zapier:
stage: Build_n_Test
script:
- echo "No test implemented"
## STATUS PAGE
lint_n_audit_statuspage:
stage: Build_n_Test

View File

@ -8,8 +8,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"pretest": "eslint --fix --ignore-path .gitignore .",
"test": "mocha --recursive",
"fix-lint": "eslint . --fix",
"audit": "npm-audit-ci-wrapper --threshold=high"
},
"engine": {