Pruning doesn't work.
This commit is contained in:
parent
95652f9c27
commit
1be612bd17
@ -136,13 +136,4 @@ fi
|
||||
|
||||
$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
|
||||
|
Loading…
Reference in New Issue
Block a user