Skip to content

Commit

Permalink
fix: "start" NPM script
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte committed Feb 3, 2024
1 parent cd9627d commit a831999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "serve out",
"test:units": "vitest",
"test:lint": "next lint --max-warnings=0 --format=compact",
"test:format": "prettier . --check",
Expand Down Expand Up @@ -41,6 +41,7 @@
"postcss": "8.4.33",
"prettier": "3.2.1",
"prettier-plugin-tailwindcss": "0.5.11",
"serve": "14.2.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vitest": "1.2.0"
Expand Down

0 comments on commit a831999

Please sign in to comment.