Skip to content

Commit

Permalink
change the flag to omit dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpictures committed Oct 4, 2023
1 parent 22c4941 commit 6d9cfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Server UI
run: |
cd ./server-ui
npm i --production
npm i --omit=dev
npm run build
# - name: Set up Docker Buildx
Expand Down

0 comments on commit 6d9cfe5

Please sign in to comment.