mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-01-11 20:10:18 +00:00
Fix Github Actions: Yarn != NPM
This commit is contained in:
parent
33b30f62ed
commit
3d77850762
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linting_testing.yml
vendored
2
.github/workflows/linting_testing.yml
vendored
|
|
@ -37,6 +37,6 @@ jobs:
|
|||
report-json: "eslint_report.json"
|
||||
|
||||
- name: Build Project
|
||||
run: npm build
|
||||
run: npm run build
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue