Skip to content

Commit

Permalink
chore: add non watch mode test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Jan 15, 2025
1 parent 41509ca commit d1b6ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"prepare": "husky install",
"prettier": "prettier . --write",
"format:changed": "git diff --name-only --diff-filter=d HEAD | grep -e 'src.*\\.[jt]sx\\?$' -e 'src.*\\.json$' -e 'src.*\\.css$' -e 'src.*\\.md$' | xargs prettier -u --write",
"test": "vitest"
"test": "vitest",
"test-ci": "vitest --run"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
Expand Down

0 comments on commit d1b6ece

Please sign in to comment.