Skip to content

Commit 5cfa0bd

Browse files
committed
Install Husky hooks
1 parent 8abc79d commit 5cfa0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"ssr": "node ssr/tests/ssr.js",
7979
"test:w": "web-test-runner --watch",
8080
"build:html": "rollup -c",
81-
"prepare": "npm run test:ts && npm run test",
81+
"prepare": "husky install && npm run test:ts && npm run test",
8282
"lint": "eslint .",
8383
"hook:push": "npm run lint && npm run test",
8484
"hook:commit": "npm run lint"

0 commit comments

Comments
 (0)