Skip to content

Commit

Permalink
dont build
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Apr 30, 2018
1 parent 28284fb commit 5fdf808
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"url": "http://bitovi.com"
},
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout - && git branch -D release && git push",
"preversion": "npm test",
"postpublish": "git push --tags && git push",
"testee": "testee test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"jshint": "jshint *.js --config",
Expand Down

0 comments on commit 5fdf808

Please sign in to comment.