mirror of https://github.com/portainer/portainer
required changes to enable monorepo.
Co-authored-by: deviantony <anthony.lapenna@portainer.io> Co-authored-by: Yajith Dayarathna <yajith.dayarathna@portainer.io>pull/6693/merge
parent
b14438fd99
commit
2bd880ec29
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
yarn lint-staged
|
cd $(dirname -- "$0") && yarn lint-staged
|
|
@ -27,7 +27,7 @@
|
||||||
"storybook": "storybook dev -p 6006",
|
"storybook": "storybook dev -p 6006",
|
||||||
"storybook:build": "storybook build -o ./dist/storybook",
|
"storybook:build": "storybook build -o ./dist/storybook",
|
||||||
"analyze-webpack": "webpack --config ./webpack/webpack.analyze.js",
|
"analyze-webpack": "webpack --config ./webpack/webpack.analyze.js",
|
||||||
"prepare": "husky install"
|
"prepare": "cd ../.. && husky install package/server-ce/.husky"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 16"
|
"node": ">= 16"
|
||||||
|
|
Loading…
Reference in New Issue