Skip to content

Commit

Permalink
Run NPM scripts instead of NPX
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 committed Dec 16, 2024
1 parent 903f51f commit 3bbf92f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/eslint_csslint_jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,13 @@ jobs:
run: npm install --force

- name: Run eslint
run: npx eslint
run: npm run lint
continue-on-error: true

# - name: Run JSLint
# run: npx jslint "**/*.js"
# continue-on-error: true

- name: Run Jest
run: npx jest # --config=tests/jest.config.js

- name: Run npm test
run: npm test

Expand Down

0 comments on commit 3bbf92f

Please sign in to comment.