We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812129d commit 63a831eCopy full SHA for 63a831e
package.json
@@ -102,6 +102,7 @@
102
"build:umd": "rollup --bundleConfigAsCjs --config rollup.config.ts --configPlugin typescript && gzip umd/graphql-ws.min.js -c > umd/graphql-ws.min.js.gz",
103
"build": "yarn build:esm && yarn build:cjs && yarn build:umd && yarn postbuild",
104
"postbuild": "node scripts/fix-declaration-directives.mjs",
105
+ "prepack": "npm pkg delete workspaces",
106
"release": "semantic-release"
107
},
108
"peerDependencies": {
0 commit comments