Skip to content

Commit 63a831e

Browse files
committed
fix: remove package.json workspaces entry in release
Closes #524
1 parent 812129d commit 63a831e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"build:umd": "rollup --bundleConfigAsCjs --config rollup.config.ts --configPlugin typescript && gzip umd/graphql-ws.min.js -c > umd/graphql-ws.min.js.gz",
103103
"build": "yarn build:esm && yarn build:cjs && yarn build:umd && yarn postbuild",
104104
"postbuild": "node scripts/fix-declaration-directives.mjs",
105+
"prepack": "npm pkg delete workspaces",
105106
"release": "semantic-release"
106107
},
107108
"peerDependencies": {

0 commit comments

Comments
 (0)