Skip to content

Commit 67e2cb3

Browse files
committed
rename "preview" script to "start"
1 parent 98af842 commit 67e2cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build": "tsc && vite build",
3939
"format": "prettier --write \"**/*.{ts,tsx,md,css,scss}\"",
4040
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
41-
"preview": "vite preview --port 3000",
41+
"start": "vite preview --port 3000",
4242
"test": "vitest run --coverage",
4343
"cypress:open": "cypress open",
4444
"cypress:run": "cypress run --config video=false",

0 commit comments

Comments
 (0)