Skip to content

Commit 9b26896

Browse files
committed
chore: tweak scripts
1 parent 04c7ee4 commit 9b26896

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
3434
"build:ts": "tsc --build tsconfig.release.json",
3535
"build": "yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes",
36-
"prepublish": "yarn build",
37-
"publish": "release-it"
36+
"publish": "yarn build && release-it"
3837
},
3938
"files": [
4039
"build/",

0 commit comments

Comments
 (0)