We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204823a commit 860244bCopy full SHA for 860244b
package.json
@@ -10,7 +10,7 @@
10
"dev": "vite",
11
"start": "vite",
12
"build": "vite build",
13
- "post build": "cp dist/index.html dist/404.html",
+ "postbuild": "cp dist/index.html dist/404.html",
14
"tsc": "tsc",
15
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16
"preview": "vite preview",
0 commit comments