Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodeinegri committed Mar 22, 2020
1 parent 113f738 commit a41a5df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: npm ci
- name: Run project formatter and linter
run: npm run prettier-eslint
- name: Run project formatter and linter for tests
run: npm run prettier-eslint-test
- name: Run project build
run: npm run build --if-present
- name: Run project test
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "jest --forceExit",
"eslint-prettier-check": "eslint --print-config **.js | eslint-config-prettier-check",
"prettier-eslint": "eslint --fix *.js"
"prettier-eslint": "eslint --fix *.js",
"prettier-eslint-test": "eslint --fix __tests__/*.js"
},
"author": "RedRoundRobin",
"license": "ISC",
Expand Down

0 comments on commit a41a5df

Please sign in to comment.