Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
remove install script
Browse files Browse the repository at this point in the history
  • Loading branch information
steffans committed Dec 21, 2015
1 parent e78afc1 commit 45600d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "src/index.js",
"scripts": {
"build": "webpack --config build/webpack.build.config.js",
"test": "webpack --config test/webpack.config.js",
"install": "npm run build && npm run test"
"test": "webpack --config test/webpack.config.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 45600d2

Please sign in to comment.