Skip to content

Commit aae332f

Browse files
authored
Add prepublish script to package.json (#479)
1 parent edcce5a commit aae332f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"eslint": "eslint . --max-warnings 0 --ext .js,.ts --fix",
3030
"lint:check": "concurrently \"npm run check-types\" \"npm run eslint\" \"npm run prettier:check\" \"npm run prettier:check:package.json\"",
3131
"prepare": "husky install",
32+
"prepublish": "npm run build",
3233
"prettier:check": "prettier --check .",
3334
"prettier:check:package.json": "prettier-package-json --list-different",
3435
"prettier:fix": "prettier --write . && prettier-package-json --write package.json",

0 commit comments

Comments
 (0)