style: merge snyk scripts into a line

This commit is contained in:
curben 2019-08-08 15:52:53 +09:30
parent 955b1d6517
commit 0d199427f3
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ before_script:
test:
script:
- npm install snyk
- npm run snyk # Refer to "scripts" in package.json
- npm install snyk && npm run snyk # Refer to "scripts" in package.json
- npm run hexo
only: