Skip to content

Commit

Permalink
[FIX] Reverted back to installing devdependencies along with dependen…
Browse files Browse the repository at this point in the history
…cies (#117)
  • Loading branch information
rmanaem authored Apr 11, 2024
1 parent efc9358 commit 580d9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
echo -e "NB_API_QUERY_URL=${{ vars.NB_API_QUERY_URL }}\nNB_IS_FEDERATION_API=${{ vars.NB_IS_FEDERATION_API }}" > .env
- name: Install dependencies
run: npm ci --omit=dev --ignore-scripts
run: npm ci
- name: Build
run: npm run build
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

COPY . .

RUN npm ci --omit=dev --ignore-scripts
RUN npm ci

EXPOSE 5173

Expand Down

0 comments on commit 580d9fa

Please sign in to comment.