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 7a48986 commit b905103Copy full SHA for b905103
package.json
@@ -7,6 +7,7 @@
7
"module": "build/esm/index.js",
8
"types": "build/esm/index.d.ts",
9
"scripts": {
10
+ "postinstall": "npm run build",
11
"clean": "rm -rf build && rm -rf node_modules && npm install",
12
"build": "npm run build:cjs && npm run build:esm",
13
"build:cjs": "tsc --target es5 --outDir build/cjs --module commonjs",
0 commit comments