We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaf921 commit f9be1bfCopy full SHA for f9be1bf
package.json
@@ -6,7 +6,7 @@
6
"node": ">=22.0.0"
7
},
8
"scripts": {
9
- "prepack": "yarn build",
+ "prepare": "yarn build",
10
"start": "echo THIS IS FOR LEGACY PURPOSES ONLY. && babel src -w -s -d lib --verbose --extensions \".ts,.js\"",
11
"clean": "rimraf lib",
12
"build": "yarn build:dev",
0 commit comments