Skip to content

Commit 207e2ab

Browse files
committed
Remove prepack script.
This was originally added to resolve #50, but I realized `npm publish` runs both prepublishOnly *and* prepack, meaning we'd be building twice.
1 parent 7c5fbb4 commit 207e2ab

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
@@ -11,7 +11,6 @@
1111
},
1212
"scripts": {
1313
"build": "parcel build",
14-
"prepack": "yarn run build",
1514
"prepublishOnly": "yarn run build",
1615
"test": "echo \"Error: no test specified\" && exit 1",
1716
"watch": "parcel watch",

0 commit comments

Comments
 (0)