Skip to content

Commit

Permalink
ci: simplify lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Sep 15, 2024
1 parent 67766df commit 5b29026
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 41 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Lint
run: pnpm run lint:ci

- name: Build
run: pnpm run build

Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/lint-check.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"dist"
],
"scripts": {
"test": "vitest",
"test:run": "vitest run",
"dev": "pnpm --filter \"@textea/json-viewer-docs\" run dev",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"postinstall": "husky install",
"prepack": "pinst --disable",
Expand Down

0 comments on commit 5b29026

Please sign in to comment.