ci: set emptyOutDir to false

This commit is contained in:
Derrick Hammer 2023-07-17 12:26:21 -04:00
parent c97c61c1dd
commit 90c35c0b06
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ if (currentConfig === undefined) {
export default defineConfig({
build: {
outDir: "lib",
emptyOutDir: false,
lib: {
formats: ["cjs"],
...currentConfig,