Skip to content

Commit

Permalink
fix: add vite-node to root dev script (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Apr 10, 2022
1 parent 03aff85 commit 5f53680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "pnpm -r --filter {packages} run build",
"ci": "ni && nr typecheck && nr lint && nr build && nr test:all",
"dev": "pnpm -r --parallel --filter vitest --filter ui --filter web-worker run dev",
"dev": "pnpm -r --parallel --filter vitest --filter ui --filter web-worker --filter vite-node run dev",
"docs": "npm -C docs run dev",
"docs:build": "npm -C docs run build",
"docs:serve": "npm -C docs run serve",
Expand Down

0 comments on commit 5f53680

Please sign in to comment.