mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: update husky to v5 (again)
This commit is contained in:
parent
aa60952663
commit
179139aa31
2 changed files with 4 additions and 3 deletions
1
.husky/.gitignore
vendored
Normal file
1
.husky/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
_
|
|
@ -21,14 +21,14 @@
|
||||||
"lint:terraform": "terraform fmt -recursive -check ./terraform",
|
"lint:terraform": "terraform fmt -recursive -check ./terraform",
|
||||||
"lint:types": "tsc --noEmit",
|
"lint:types": "tsc --noEmit",
|
||||||
"now-build": "run-s storybook:build",
|
"now-build": "run-s storybook:build",
|
||||||
|
"postinstall": "husky install",
|
||||||
"storybook": "start-storybook -p 6006",
|
"storybook": "start-storybook -p 6006",
|
||||||
"storybook:build": "build-storybook",
|
"storybook:build": "build-storybook",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"ui": "next dev -p 6601",
|
"ui": "next dev -p 6601",
|
||||||
"ui:build": "next build",
|
"ui:build": "next build",
|
||||||
"ui:prod": "cross-env next start -p ${PORT:-3000}",
|
"ui:prod": "cross-env next start -p ${PORT:-3000}",
|
||||||
"worker": "node src/backend-emulator/main.js",
|
"worker": "node src/backend-emulator/main.js"
|
||||||
"postinstall": "husky install"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chroma-js": "^2.1.0",
|
"chroma-js": "^2.1.0",
|
||||||
|
@ -137,4 +137,4 @@
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue