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 ff557f4 commit 9048bb3Copy full SHA for 9048bb3
package.json
@@ -30,9 +30,9 @@
30
"build": "tsc --build tsconfig.build.json",
31
"clean": "tsc --build tsconfig.build.json --clean",
32
"format": "prettier --write .",
33
- "postinstall": "husky install",
34
"lint": "eslint --cache --ext .js,.ts --fix .",
35
"minify": "find dist/ -maxdepth 1 -iname '*.js' -exec node_modules/.bin/terser --compress --ecma 2020 --mangle --module --output {} -- {} \\;",
+ "prepare": "husky install",
36
"prepublishOnly": "pinst --disable",
37
"prepublish": "yarn run clean && yarn run build && yarn run minify",
38
"postpublish": "pinst --enable",
0 commit comments