mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Circle CI Fix
Circle CI Fix
This commit is contained in:
parent
27d210c295
commit
2b32f96be3
3 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ WORKDIR /RTL
|
|||
COPY package.json /RTL/package.json
|
||||
COPY package-lock.json /RTL/package-lock.json
|
||||
|
||||
RUN npm install
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# ---------------
|
||||
# Build App
|
||||
|
|
@ -22,7 +22,7 @@ RUN npm run buildfrontend
|
|||
RUN npm run buildbackend
|
||||
|
||||
# Remove non production necessary modules
|
||||
RUN npm prune --production
|
||||
RUN npm prune --production --legacy-peer-deps
|
||||
|
||||
# ---------------
|
||||
# Release App
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ WORKDIR /RTL
|
|||
COPY package.json /RTL/package.json
|
||||
COPY package-lock.json /RTL/package-lock.json
|
||||
|
||||
RUN npm install
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# ---------------
|
||||
# Build 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 --production --legacy-peer-deps
|
||||
|
||||
# ---------------
|
||||
# Release App
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ WORKDIR /RTL
|
|||
COPY package.json /RTL/package.json
|
||||
COPY package-lock.json /RTL/package-lock.json
|
||||
|
||||
RUN npm install
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# ---------------
|
||||
# Build 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 --production --legacy-peer-deps
|
||||
|
||||
# ---------------
|
||||
# Release App
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue