Skip to content

Commit 56e1cae

Browse files
committed
Try again
1 parent 0f328bc commit 56e1cae

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
3939
- name: Install dependencies and generate package-lock.json
4040
run: npm install
41-
42-
- run: npm ci
43-
- run: npm audit fix
44-
- run: npm audit fix --force # Force fix remaining vulnerabilities if possible
41+
4542
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
4643
- run: npm run test --if-present

WebApp.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ COPY --chown=node:node ./frontend/ ./frontend
1515
COPY --chown=node:node ./static/ ./static
1616
WORKDIR /home/node/app/frontend
1717

18-
# Verify dependencies are installed correctly
19-
RUN npm ci
20-
2118
# Build the project
2219
RUN NODE_OPTIONS=--max_old_space_size=8192 npm run build
2320

0 commit comments

Comments
 (0)