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 08f96fd commit e041cdfCopy full SHA for e041cdf
1 file changed
package.json
@@ -51,6 +51,7 @@
51
],
52
"scripts": {
53
"prepublishOnly": "NODE_ENV=production npm run build",
54
+ "prepare": "npm run build",
55
"build": "rimraf dist && npm run build:node && npm run build:types && npm run build:browser",
56
"build:node": "tsc -p tsconfig.json && tsc -p tsconfig-mjs.json && ./build-fixup && babel --plugins \"babel-plugin-add-import-extension\" --out-dir dist/mjs/ dist/mjs/",
57
"build:types": "tsc --emitDeclarationOnly --declaration --outDir dist/types",
0 commit comments