mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-03 00:34:31 +00:00
chore: Add postinstall for husky install (#578)
This commit is contained in:
parent
0a4c122ea4
commit
a0db9b66be
@ -8,6 +8,7 @@
|
||||
"npm": ">=7.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "npx husky install",
|
||||
"all": "npm run format && npm run lint && npm test",
|
||||
"lint": "eslint ./{src,__tests__}/**/*.ts",
|
||||
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user