Skip to content

Commit

Permalink
adjusting script dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusviniciusLsantos committed Dec 2, 2024
1 parent ee7ab6f commit 01d23c5
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 @@ -5,7 +5,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development rspack serve",
"dev": "cross-env NODE_ENV=development rspack dev",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
Expand Down

0 comments on commit 01d23c5

Please sign in to comment.