Skip to content

Commit

Permalink
Fix: action and npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKoerner committed Oct 12, 2023
1 parent b4e8048 commit f1bec71
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 603 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Test
on:
push:
branches:
- '1.x'
- '2.x'
pull_request:
branches:
- '1.x'
- '2.x'

jobs:
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ EXPOSE 3000
WORKDIR /app
COPY --from=build /app/dist /app/dist
COPY versions /app/versions
COPY .npmrc /app/.npmrc
COPY package.json /app/package.json
COPY package-lock.json /app/package-lock.json
RUN npm ci --production
Expand Down
Loading

0 comments on commit f1bec71

Please sign in to comment.