mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 16:33:27 +00:00
Fix Github Actions: Yarn != NPM
This commit is contained in:
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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user