Skip to content

Commit

Permalink
revert publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ssetem committed Jan 20, 2016
1 parent 1f9562e commit 7ae1617
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:watch": "./node_modules/.bin/karma start karma.conf.js --auto-watch",
"build": "tsc; gulp copy-assets; webpack;",
"build:watch": "tsc -w",
"prepublish": "./scripts/prepublish.sh",
"prepublish": "rm -rf lib; rm -rf release; npm run-script build;",
"test:e2e": "protractor test/e2e/conf/protractor.conf.js"
},
"authors": [
Expand Down
20 changes: 0 additions & 20 deletions scripts/prepublish.sh

This file was deleted.

0 comments on commit 7ae1617

Please sign in to comment.