Skip to content

Commit

Permalink
Use prepare instead of prepublishOnly to transpile package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidisaaclee committed Jan 2, 2023
1 parent ce776b9 commit 972f256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16.0.0"
},
"scripts": {
"prepublishOnly": "yarn build",
"prepare": "yarn build",
"start": "echo THIS IS FOR LEGACY PURPOSES ONLY. && babel src -w -s -d lib --verbose --extensions \".ts,.js\"",
"dist": "echo 'This is for the release script so it can make assets (browser bundle).' && yarn build",
"clean": "rimraf lib dist",
Expand Down

0 comments on commit 972f256

Please sign in to comment.