Skip to content

Commit

Permalink
fix: remove postinstall script (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Dec 16, 2020
1 parent 32eab6c commit 8c0f61b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"bundle": "webpack && webpack --config webpack-prod.config.js",
"coverage": "istanbul cover -x \"cli.js\" -x \"spec/*spec.js\" jasmine spec/*spec.js;",
"coverage:check": "istanbul check-coverage --branch 90 --statement 90",
"postinstall": "node tasks/postinstall.js || exit 0",
"prettier": "prettier --write src/**/*.js",
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
Expand Down
5 changes: 0 additions & 5 deletions tasks/postinstall.js

This file was deleted.

0 comments on commit 8c0f61b

Please sign in to comment.