Skip to content

Commit 7c5fbb4

Browse files
committed
Add prepack script.
1 parent ccd8762 commit 7c5fbb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"scripts": {
1313
"build": "parcel build",
14+
"prepack": "yarn run build",
1415
"prepublishOnly": "yarn run build",
1516
"test": "echo \"Error: no test specified\" && exit 1",
1617
"watch": "parcel watch",

0 commit comments

Comments
 (0)