mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-07 02:24:27 -08:00
CI: Little tweaks to web (#4488)
This commit is contained in:
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
|
||||
|
||||
|
||||
2
.github/workflows/web-lint.yml
vendored
2
.github/workflows/web-lint.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
cache-dependency-path: 'webclient/package-lock.json'
|
||||
|
||||
- name: Install ESLint
|
||||
run: npm install --ignore-scripts
|
||||
run: npm clean-install --ignore-scripts
|
||||
|
||||
- name: Run ESLint
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user