mirror of
https://github.com/foomo/ui.git
synced 2025-10-16 12:45:34 +00:00
fix: do not clean folder
This commit is contained in:
parent
b48472abe7
commit
b8bf9581a4
@ -17,7 +17,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -p tsconfig.build.json && vite build",
|
||||
"build": "rm -rf ./dist && tsc -p tsconfig.build.json && vite build",
|
||||
"lint": "biome lint --write ./src",
|
||||
"preview": "vite preview",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
|
||||
@ -77,6 +77,6 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
sourcemap: true,
|
||||
emptyOutDir: true,
|
||||
emptyOutDir: false,
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user