Skip to content

Commit ff33f89

Browse files
committed
test add seperate build per versions
1 parent b063979 commit ff33f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"start": "vite --host localhost --port 3000 --open",
2525
"serve": "vite --host",
26-
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vite build --outDir build",
26+
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vite build --outDir build/v0.1.0",
2727
"build-no-minify": "cross-env NO_MINIFY=true npm run build",
2828
"test": "jest --coverage",
2929
"eslint": "eslint src/* ",

0 commit comments

Comments
 (0)