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 1974247 commit 3d46631Copy full SHA for 3d46631
package.json
@@ -19,7 +19,7 @@
19
"test": "bun test --coverage",
20
"format": "prettier --write .",
21
"typecheck": "tsc --noEmit",
22
- "pack": "bun run build:types && bun run build:esm && bun run build:cjs && bun pm pack"
+ "prepack": "bun run build:types && bun run build:esm && bun run build:cjs",
23
},
24
"keywords": [
25
"XML",
0 commit comments