Skip to content

Commit

Permalink
fix(package): remove install script
Browse files Browse the repository at this point in the history
The package is built before publish. End users can rebuild if desired.
  • Loading branch information
bitjson committed Sep 28, 2016
1 parent f509edf commit b769bec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -11,7 +11,6 @@
"scripts": {
"build": "gulp && npm run clean-build",
"clean-build": "trash dist/plugin.min.js && trash dist/www.min.js && trash src/browser/worker.min.js",
"install": "npm run build",
"test": "npm run jshint",
"jshint": "jshint src/browser/src && jshint src/common/src && jshint tests",
"gen-tests": "npm run build && npm run clean-platform-tests && npm run mkdirp-platform-tests && npm run copy-platform-tests && npm run install-platform-tests",
Expand All @@ -24,7 +23,7 @@
"test:browser": "cd ../cordova-plugin-test-projects/cordova-plugin-qrscanner-tests && npm run test:browser",
"test:library": "npm run build && node tests/library/test.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"prep-release": "git clean -dfx && npm install && npm run changelog"
"prep-release": "git clean -dfx && npm run build && npm run changelog"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b769bec

Please sign in to comment.