Skip to content

Commit 860244b

Browse files
authored
Update package.json
1 parent 204823a commit 860244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "vite",
1111
"start": "vite",
1212
"build": "vite build",
13-
"post build": "cp dist/index.html dist/404.html",
13+
"postbuild": "cp dist/index.html dist/404.html",
1414
"tsc": "tsc",
1515
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1616
"preview": "vite preview",

0 commit comments

Comments
 (0)