Skip to content

Commit

Permalink
fix: use node to invoke cli auth during build process
Browse files Browse the repository at this point in the history
  • Loading branch information
joshje committed Jan 12, 2017
1 parent 9534b93 commit 3de18c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"lint": "jscs `find ./cli -name '*.js'` -v && jscs `find ./lib -name '*.js'` -v",
"check-tests": "! grep 'test\\.only' test/*.test.js -n",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"snyk-auth": "cli/index.js auth $SNYK_API_KEY"
"snyk-auth": "node cli auth $SNYK_API_KEY"
},
"keywords": [
"security",
Expand Down

0 comments on commit 3de18c9

Please sign in to comment.