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 4fda1c1 commit d5261a8Copy full SHA for d5261a8
package.json
@@ -54,7 +54,7 @@
54
"lint": "biome lint .",
55
"lint:fix": "biome lint --write .",
56
"preparemetadata": "rm -rf resources && node .scripts/prepare.js && rm -rf resources/libphonenumber",
57
- "prepublishOnly": "yarn build:all",
+ "prepublishOnly": "yarn build",
58
"test": "jest",
59
"watch": "rm -rf lib && rollup -cw rollup.config.cjs",
60
"watch:serverless": "rollup -cw rollup.config.serverless.cjs"
0 commit comments