add scripts to package.json

This commit is contained in:
ennmichael
2023-02-08 22:33:04 +01:00
committed by Kieran
parent 1033ccfeed
commit b45bcef1fb
3 changed files with 5 additions and 3 deletions

View File

@ -20,4 +20,4 @@ jobs:
run: npm i
- name: Check Eslint
run: npx eslint .
run: npm run eslint

View File

@ -20,4 +20,4 @@ jobs:
run: npm i
- name: Check Formatting
run: npx prettier --check .
run: npm run format