Skip to content

Commit 3e2ab17

Browse files
author
Kevin Burton
authored
Update package.json
Don't minify
1 parent 53fd185 commit 3e2ab17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@
3131
"clean": "tsc --build tsconfig.build.json --clean",
3232
"format": "prettier --write .",
3333
"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 {} -- {} \\;",
3534
"prepare": "husky install",
3635
"prepublishOnly": "pinst --disable",
37-
"prepublish": "yarn run clean && yarn run build && yarn run minify",
36+
"prepublish": "yarn run clean && yarn run build ",
3837
"postpublish": "pinst --enable",
3938
"release": "np",
4039
"size": "size-limit",

0 commit comments

Comments
 (0)