We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a045d commit c6dc093Copy full SHA for c6dc093
package.json
@@ -96,6 +96,7 @@
96
"build:cjs": "tsc -b tsconfig.cjs.json",
97
"build:umd": "rollup --configPlugin typescript --config rollup.config.ts",
98
"build": "yarn build:esm && yarn build:cjs && yarn build:umd",
99
+ "prepack": "npm pkg delete workspaces",
100
"release": "semantic-release",
101
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.mjs"
102
},
0 commit comments