Skip to content

Commit f9be1bf

Browse files
authored
Add prepare script (#4877)
* Add prepare script * Remove 'prepack' script.
1 parent adaf921 commit f9be1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": ">=22.0.0"
77
},
88
"scripts": {
9-
"prepack": "yarn build",
9+
"prepare": "yarn build",
1010
"start": "echo THIS IS FOR LEGACY PURPOSES ONLY. && babel src -w -s -d lib --verbose --extensions \".ts,.js\"",
1111
"clean": "rimraf lib",
1212
"build": "yarn build:dev",

0 commit comments

Comments
 (0)