Skip to content

Commit 3d46631

Browse files
committed
Update package.json to change pack script to prepack for improved build process
1 parent 1974247 commit 3d46631

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
@@ -19,7 +19,7 @@
1919
"test": "bun test --coverage",
2020
"format": "prettier --write .",
2121
"typecheck": "tsc --noEmit",
22-
"pack": "bun run build:types && bun run build:esm && bun run build:cjs && bun pm pack"
22+
"prepack": "bun run build:types && bun run build:esm && bun run build:cjs",
2323
},
2424
"keywords": [
2525
"XML",

0 commit comments

Comments
 (0)