Skip to content

Commit

Permalink
chore: Update test script to use vitest run command
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoth committed Dec 11, 2024
1 parent d1fdf4a commit 4df861c
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 @@ -20,7 +20,7 @@
"build:worklets": "rollup -c",
"clean": "rimraf build",
"prepublishOnly": "npm run build",
"test": "vitest",
"test": "vitest run",
"ci:test": "vitest run --no-color --run --typecheck"
},
"keywords": [
Expand Down

0 comments on commit 4df861c

Please sign in to comment.