Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Jan 23, 2024
2 parents c98ba8a + 903191f commit 90647b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: |
npm i && npx playwright install chromium
npm test
- name: lint check
run: |
npm i
npm run lint
- name: Build
run: |
npm i
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsc",
"lint": "rome ci src",
"format": "rome format src --write",
"lint:fix": "rome check src --apply-suggested",
"lint:fix": "rome check src --apply-unsafe",
"test": "jest --coverage"
},
"dependencies": {
Expand Down

0 comments on commit 90647b1

Please sign in to comment.