Skip to content

Commit

Permalink
fix: remove package.json workspaces entry in release
Browse files Browse the repository at this point in the history
Closes #524
  • Loading branch information
enisdenjo committed Dec 20, 2023
1 parent 812129d commit 63a831e
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 @@ -102,6 +102,7 @@
"build:umd": "rollup --bundleConfigAsCjs --config rollup.config.ts --configPlugin typescript && gzip umd/graphql-ws.min.js -c > umd/graphql-ws.min.js.gz",
"build": "yarn build:esm && yarn build:cjs && yarn build:umd && yarn postbuild",
"postbuild": "node scripts/fix-declaration-directives.mjs",
"prepack": "npm pkg delete workspaces",
"release": "semantic-release"
},
"peerDependencies": {
Expand Down

0 comments on commit 63a831e

Please sign in to comment.