--omit=dev

--omit=dev
v0.12.4-rc5
Shahana Farooqui 2 years ago
parent 8636256c8d
commit 0ba34080f3

@ -22,7 +22,7 @@ RUN npm run buildfrontend
RUN npm run buildbackend
# Remove non production necessary modules
RUN npm prune --production
RUN npm prune --omit=dev
# ---------------
# Release App

@ -26,7 +26,7 @@ RUN npm run buildfrontend
RUN npm run buildbackend
# Remove non production necessary modules
RUN npm prune --production
RUN npm prune --omit=dev
# ---------------
# Release App

@ -25,7 +25,7 @@ RUN npm run buildfrontend
RUN npm run buildbackend
# Remove non production necessary modules
RUN npm prune --production
RUN npm prune --omit=dev
# ---------------
# Release App

Loading…
Cancel
Save