Skip to content

Commit c6dc093

Browse files
committed
fix: remove package.json workspaces entry in release
1 parent 31a045d commit c6dc093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"build:cjs": "tsc -b tsconfig.cjs.json",
9797
"build:umd": "rollup --configPlugin typescript --config rollup.config.ts",
9898
"build": "yarn build:esm && yarn build:cjs && yarn build:umd",
99+
"prepack": "npm pkg delete workspaces",
99100
"release": "semantic-release",
100101
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.mjs"
101102
},

0 commit comments

Comments
 (0)