Skip to content

Commit

Permalink
fix: remove package.json workspaces entry in release
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Dec 20, 2023
1 parent 31a045d commit c6dc093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"build:cjs": "tsc -b tsconfig.cjs.json",
"build:umd": "rollup --configPlugin typescript --config rollup.config.ts",
"build": "yarn build:esm && yarn build:cjs && yarn build:umd",
"prepack": "npm pkg delete workspaces",
"release": "semantic-release",
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.mjs"
},
Expand Down

0 comments on commit c6dc093

Please sign in to comment.