Skip to content

Commit

Permalink
fix(package): drop postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
kisenka committed Dec 8, 2017
1 parent 30d502f commit 8a46c78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"commitmsg": "validate-commit-msg",
"env": "node scripts/select-env",
"lint": "eslint --quiet lib runtime scripts test",
"postinstall": "yarn env webpack-3",
"precommit": "yarn lint",
"pretest": "yarn build:runtime",
"prerelease": "yarn build:runtime && yarn lint && yarn test:all",
Expand Down

0 comments on commit 8a46c78

Please sign in to comment.