Skip to content

Commit

Permalink
CLI: remove npm prepublish (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel authored and brendankenny committed Mar 28, 2017
1 parent 476e780 commit 0386598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lighthouse-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"main": "index.js",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"dev": "tsc -w"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"install-all": "npm run install-cli && npm run install-extension && npm run install-viewer",
"install-cli": "cd ./lighthouse-cli && npm install",
"install-cli": "cd ./lighthouse-cli && npm install && npm build",
"install-extension": "cd ./lighthouse-extension && npm install",
"install-viewer": "cd ./lighthouse-viewer && npm install",
"build-all": "gulp && npm run build-cli && npm run build-extension && npm run build-viewer",
Expand Down

0 comments on commit 0386598

Please sign in to comment.