mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Don't clean dist using tsup
This commit is contained in:
parent
e4a38c246a
commit
4a8c7256d3
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ export default defineConfig({
|
||||||
target: "node20",
|
target: "node20",
|
||||||
bundle: true,
|
bundle: true,
|
||||||
splitting: false,
|
splitting: false,
|
||||||
clean: true,
|
|
||||||
dts: {
|
dts: {
|
||||||
resolve: true,
|
resolve: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue