mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
CI: Little tweaks to web (#4488)
This commit is contained in:
parent
1f15445c69
commit
86881bbbc3
2 changed files with 6 additions and 6 deletions
10
.github/workflows/web-build.yml
vendored
10
.github/workflows/web-build.yml
vendored
|
|
@ -45,11 +45,11 @@ jobs:
|
|||
cache-dependency-path: 'webclient/package-lock.json'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm clean-install
|
||||
|
||||
- name: Build app
|
||||
run: npm run build
|
||||
|
||||
- name: Test app
|
||||
run: npm run test
|
||||
|
||||
- name: Build app
|
||||
if: always()
|
||||
run: npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue