Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Dec 28, 2023
1 parent e688bfa commit 8899709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ jobs:

- name: Install dependencies
run: npm ci
working-directory: ./

- name: Typescript
run: npm run tsc
working-directory: ./

- name: Prettier
run: npm run prettier-ci
working-directory: ./
- name: Eslint
run: npm run eslint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"eslint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier --write ./src",
"prettier-ci": "prettier --check ./src",
"tsc": "tsc",
Expand Down

0 comments on commit 8899709

Please sign in to comment.