Skip to content

Commit 20c2bc1

Browse files
committed
build package
1 parent bc99a2a commit 20c2bc1

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
@@ -62,6 +62,7 @@
6262
"scripts": {
6363
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
6464
"prepare": "cross-env NODE_ENV=production npm run build",
65+
"prepublishOnly": "npm run prepare",
6566
"format": "npm run format:code && npm run format:other",
6667
"format:code": "npm run lint -- --fix",
6768
"format:other": "npm run prettier -- --write",

0 commit comments

Comments
 (0)