Skip to content

Commit

Permalink
fix: missing equal sign for the org parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dar Malovani authored and Dror Ben-Gai committed Jun 20, 2017
1 parent 98a6a3d commit 387d537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "npm run test-common && npm run tap",
"tap:babel": "COVERALLS_REPO_TOKEN=0 tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=180 --cov --coverage-report=text-summary test/*.test.js",
"test:babel": "npm run test-common && babel test/*.js -d . && npm run tap:babel",
"test-common": "npm run check-tests && npm run lint && node cli/index.js test --org snyk",
"test-common": "npm run check-tests && npm run lint && node cli/index.js test --org=snyk",
"windows-tests": "tap -R spec test/*.test.js --timeout=120",
"lint": "jscs `find ./cli -name '*.js'` -v && jscs `find ./lib -name '*.js'` -v",
"check-tests": "! grep 'test\\.only' test/*.test.js -n",
Expand Down

0 comments on commit 387d537

Please sign in to comment.