Skip to content

Commit 9e97207

Browse files
committed
fix: prepublishOnly script
1 parent d1ffc8e commit 9e97207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build": "tsc -p .",
4040
"postbuild": "esm2cjs --in dist-esm --out dist-cjs -l error -t node18",
4141
"prepare": "npm run build",
42-
"prepublishOnly": "rm -rf dist && npm run build"
42+
"prepublishOnly": "rm -rf dist-* && npm run build"
4343
},
4444
"author": "",
4545
"license": "Apache-2.0",

0 commit comments

Comments
 (0)