ci: set emptyOutDir to false
This commit is contained in:
parent
c97c61c1dd
commit
90c35c0b06
|
@ -22,6 +22,7 @@ if (currentConfig === undefined) {
|
|||
export default defineConfig({
|
||||
build: {
|
||||
outDir: "lib",
|
||||
emptyOutDir: false,
|
||||
lib: {
|
||||
formats: ["cjs"],
|
||||
...currentConfig,
|
||||
|
|
Reference in New Issue