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 8abc79d commit 5cfa0bdCopy full SHA for 5cfa0bd
package.json
@@ -78,7 +78,7 @@
78
"ssr": "node ssr/tests/ssr.js",
79
"test:w": "web-test-runner --watch",
80
"build:html": "rollup -c",
81
- "prepare": "npm run test:ts && npm run test",
+ "prepare": "husky install && npm run test:ts && npm run test",
82
"lint": "eslint .",
83
"hook:push": "npm run lint && npm run test",
84
"hook:commit": "npm run lint"
0 commit comments