Skip to content

Commit

Permalink
Use npm ci instead of npm install for Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Nov 14, 2023
1 parent 754a4ba commit 8a37eff
Show file tree
Hide file tree
Showing 4 changed files with 3,095 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@master
- name: Pull and organize front-end dependencies
run: |
npm install
npm ci
npm run install-front
- name: Pull submodule
run : |
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ target/*
.idea/*
DoujinSoft.iml
node_modules
package-lock.json
WebContent/js/vendor/*
WebContent/css/vendor/*
.settings/*
Expand Down
Loading

0 comments on commit 8a37eff

Please sign in to comment.