add scripts to package.json
This commit is contained in:
2
.github/workflows/eslint.yaml
vendored
2
.github/workflows/eslint.yaml
vendored
@ -20,4 +20,4 @@ jobs:
|
||||
run: npm i
|
||||
|
||||
- name: Check Eslint
|
||||
run: npx eslint .
|
||||
run: npm run eslint
|
||||
|
2
.github/workflows/formatting.yaml
vendored
2
.github/workflows/formatting.yaml
vendored
@ -20,4 +20,4 @@ jobs:
|
||||
run: npm i
|
||||
|
||||
- name: Check Formatting
|
||||
run: npx prettier --check .
|
||||
run: npm run format
|
||||
|
Reference in New Issue
Block a user