We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b063979 commit ff33f89Copy full SHA for ff33f89
1 file changed
package.json
@@ -23,7 +23,7 @@
23
"scripts": {
24
"start": "vite --host localhost --port 3000 --open",
25
"serve": "vite --host",
26
- "build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vite build --outDir build",
+ "build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vite build --outDir build/v0.1.0",
27
"build-no-minify": "cross-env NO_MINIFY=true npm run build",
28
"test": "jest --coverage",
29
"eslint": "eslint src/* ",
0 commit comments