Skip to content

Commit

Permalink
Add test:watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
deen13 committed Apr 20, 2024
1 parent 353acfd commit efdc85d
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 @@ -3,7 +3,8 @@
"scripts": {
"dev": "NODE_ENV=development webpack watch --mode development --color --stats=errors-warnings",
"prod": "NODE_ENV=production webpack --mode production",
"test": "vitest"
"test": "vitest run",
"test:watch": "vitest watch"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
Expand Down

0 comments on commit efdc85d

Please sign in to comment.