--omit=dev
This commit is contained in:
parent
036574ec03
commit
95652f9c27
@ -136,4 +136,13 @@ fi
|
|||||||
|
|
||||||
$CERC_BUILD_TOOL run cerc_compile || exit 1
|
$CERC_BUILD_TOOL run cerc_compile || exit 1
|
||||||
|
|
||||||
|
case $CERC_BUILD_TOOL in
|
||||||
|
yarn)
|
||||||
|
yarn install --production --frozen-lockfile --force
|
||||||
|
;;
|
||||||
|
npm)
|
||||||
|
npm prune --omit=dev
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user