Skip to content

Commit

Permalink
fix: remove prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Sep 26, 2021
1 parent 048c884 commit 04ed0f9
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 @@ -6,7 +6,6 @@
"main": "formdata.min.js",
"scripts": {
"build": "node build.js",
"prepare": "npm run build && npm run test",
"test": "node test/test-esm.js",
"test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js",
"test-polyfill": "php -S localhost:4445 & open http://localhost:4445/test/test-polyfill.html"
Expand Down

0 comments on commit 04ed0f9

Please sign in to comment.