Skip to content

Commit 0014670

Browse files
Update package.json
1 parent 697cbf7 commit 0014670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"lint": "eslint . --ext .js,.cjs,.mjs,.ts,.cts,.mts --max-warnings=0",
2323
"lint:fix": "eslint . --ext .js,.cjs,.mjs,.ts,.cts,.mts --max-warnings=0 --fix",
2424
"pre-push-check": "npm run lint",
25-
"pwinst": "playwright install chromium"
25+
"pwinst": "playwright install chromium",
26+
"postinstall": "husky install"
2627
},
2728
"main": "survey.analytics.js",
2829
"files": [

0 commit comments

Comments
 (0)