Skip to content

Commit

Permalink
fix: added ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Apr 4, 2022
1 parent 79003dd commit 387e6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: install
run: pnpm install
- name: test
run: pnpm test
run: pnpm test:ci
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"stub": "unbuild --stub",
"build": "unbuild",
"lint": "eslint 'src/**/*.ts' --fix",
"test": "vitest --watch",
"test": "vitest",
"test:ci": "vitest run",
"format": "prettier --write --plugin-search-dir=. .",
"release": "bumpp package.json --commit --push --tag && pnpm publish"
},
Expand Down

0 comments on commit 387e6e5

Please sign in to comment.