Skip to content

Commit

Permalink
fix: missin script
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Nov 5, 2023
1 parent 0b1972c commit 2d5c3d3
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 @@ -31,7 +31,8 @@
"prepare": "husky install",
"tsc": "tsc --project ./",
"lint": "eslint --fix \"**/*.{ts,tsx,js,cjs,mjs,jsx}\"",
"test": "vitest"
"test": "vitest",
"test:ci": "vitest run"
},
"dependencies": {
"console-table-printer": "2.11.2",
Expand Down

0 comments on commit 2d5c3d3

Please sign in to comment.