Compare commits

..

2 Commits

Author SHA1 Message Date
41c99de4d8 2.0.10 2018-01-27 02:20:46 +01:00
a91f56dacf add security step to CI 2018-01-27 02:20:41 +01:00
2 changed files with 9 additions and 5 deletions

View File

@ -8,6 +8,7 @@ cache:
stages:
- mirror
- security
- test
- release
- trigger
@ -20,6 +21,12 @@ mirror:
tags:
- docker
security:
stage: security
script:
- npmci command yarn gobal add snyk
- npmci command snyk test
testLEGACY:
stage: test
script:

View File

@ -1,16 +1,13 @@
{
"name": "smartcli",
"version": "2.0.9",
"version": "2.0.10",
"description": "nodejs wrapper for CLI related tasks",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)",
"devTest": "(npm test) && (node test.js --test true)",
"reinstall": "(rm -r node_modules && npm install)",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
"startdev": "(git checkout master && git pull origin master)"
"security": "snyk test"
},
"repository": {
"type": "git",