We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4c122 commit a0db9b6Copy full SHA for a0db9b6
package.json
@@ -8,6 +8,7 @@
8
"npm": ">=7.5.2"
9
},
10
"scripts": {
11
+ "postinstall": "npx husky install",
12
"all": "npm run format && npm run lint && npm test",
13
"lint": "eslint ./{src,__tests__}/**/*.ts",
14
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
0 commit comments