Skip to content

Commit 3a488aa

Browse files
committed
fix(package.json): Remove postinstall task
1 parent 07a25d6 commit 3a488aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"vendor:node": "rimraf vendor-node && mkdirp vendor-node && babel node_modules/axios/lib/ --out-dir vendor-node/",
2828
"vendor:browser": "rimraf vendor-browser && mkdirp vendor-browser && babel node_modules/axios/dist/axios.js --out-file vendor-browser/axios.js",
2929
"browser-coverage": "npm run test:cover && opener coverage/lcov-report/index.html",
30-
"postinstall": "npm run vendor:node && npm run vendor:browser",
3130
"prepublish": "in-publish && npm run build || not-in-publish",
3231
"postpublish": "npm run docs:publish && npm run clean",
3332
"pretest": "standard lib/*.js && standard lib/**/*.js",

0 commit comments

Comments
 (0)