Skip to content

Commit

Permalink
Skip tests before versioning
Browse files Browse the repository at this point in the history
The karma tests have become unreliable (at least on my local machine) so this reduces friction when releasing new version
  • Loading branch information
cookpete committed Aug 9, 2016
1 parent 9ed363a commit ed6cab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"start": "node server.js",
"lint": "standard --verbose | snazzy",
"test": "karma start test/karma.config.js",
"preversion": "npm run lint && npm run test",
"preversion": "npm run lint",
"version": "npm run update-changelog && npm run build:browser && git add CHANGELOG.md dist",
"update-changelog": "auto-changelog --package --template compact",
"prepublish": "npm run build:compile; npm run build:browser",
Expand Down

0 comments on commit ed6cab0

Please sign in to comment.