Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuunen committed Apr 12, 2023
1 parent 9ee2808 commit 3db9314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Install dependencies 👨🏻‍💻
run: pnpm install

- name: Run ci task 👀
run: pnpm run ci
- name: Run check task 👀
run: pnpm run check
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"scripts": {
"build": "vue-tsc --noEmit && vite build && npm run mark && echo build success",
"build:watch": "watchlist public src -eager -- npm run build",
"check": "npm run build && repo-check && npm run lint && npm run test && echo ci success",
"check": "npm run build && repo-check && npm run lint && npm run test && echo check success",
"dev": "vite",
"lint": "tsc --noEmit && eslint --cache --fix --ext .js,.ts,.html,.vue . && echo lint success",
"lint:watch": "watchlist src tests -eager -- npm run lint",
Expand Down

0 comments on commit 3db9314

Please sign in to comment.