Skip to content

Commit

Permalink
Replace test:ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamalama committed Jan 12, 2024
1 parent 5f64ca2 commit e1fc376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"start": "vite",
"tdd": "vitest",
"test": "vitest --watch=false",
"test:ci": "npm run test",
"test-all": "npm run lint && npm run test",
"test-all:ci": "npm run lint && npm run test:ci"
},
Expand Down

0 comments on commit e1fc376

Please sign in to comment.