We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fe902 commit d8b0df7Copy full SHA for d8b0df7
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"dev": "vite",
8
"build": "vite build",
9
+ "postbuild": "cp dist/index.html dist/404.html",
10
"preview": "vite preview",
11
"antlr4ts": "antlr4ts src/converters/grammar/MScGrammar.g4 -o src/converters/grammar/generated/"
12
},
0 commit comments