Skip to content

Commit

Permalink
rename "preview" script to "start"
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 7, 2024
1 parent 98af842 commit 67e2cb3
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 @@ -38,7 +38,7 @@
"build": "tsc && vite build",
"format": "prettier --write \"**/*.{ts,tsx,md,css,scss}\"",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --port 3000",
"start": "vite preview --port 3000",
"test": "vitest run --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run --config video=false",
Expand Down

0 comments on commit 67e2cb3

Please sign in to comment.