Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Jul 18, 2024
1 parent 088a18a commit f61dc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsx ./scripts/generateOutline.ts && next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
"test": "tsx ./scripts/generateOutline.ts && vitest"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
Expand Down

0 comments on commit f61dc3b

Please sign in to comment.