test: update package.json to snyk in every build

This commit is contained in:
curben 2018-10-30 18:32:41 +10:30
parent d28ffb7c75
commit 5ab689f989
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"version": "3.8.0"
},
"scripts": {
"build": "snyk auth $SNYK_TOKEN && snyk protect && snyk test && hexo generate",
"build": "snyk auth $SNYK_TOKEN && snyk protect && snyk test && snyk monitor && hexo generate",
"renovate": "renovate --token $BOT_TOKEN --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true curben/blog"
},
"dependencies": {