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.
2 parents 53fd185 + 3e2ab17 commit b1f1397Copy full SHA for b1f1397
package.json
@@ -31,10 +31,9 @@
31
"clean": "tsc --build tsconfig.build.json --clean",
32
"format": "prettier --write .",
33
"lint": "eslint --cache --ext .js,.ts --fix .",
34
- "minify": "find dist/ -maxdepth 1 -iname '*.js' -exec node_modules/.bin/terser --compress --ecma 2020 --mangle --module --output {} -- {} \\;",
35
"prepare": "husky install",
36
"prepublishOnly": "pinst --disable",
37
- "prepublish": "yarn run clean && yarn run build && yarn run minify",
+ "prepublish": "yarn run clean && yarn run build ",
38
"postpublish": "pinst --enable",
39
"release": "np",
40
"size": "size-limit",
0 commit comments