fix: rm rf to fix build issues

This commit is contained in:
Eli Bosley
2024-10-24 11:07:39 -04:00
parent 5178e131ce
commit 1ae466899e

View File

@@ -16,8 +16,8 @@ try {
await $`mkdir -p ./deploy/release`;
await $`mkdir -p ./deploy/pre-pack`;
await $`rm -r ./deploy/release/*`;
await $`rm -r ./deploy/pre-pack/*`;
await $`rm -rf ./deploy/release/*`;
await $`rm -rf ./deploy/pre-pack/*`;
await $`npm install -g npm-pack-all`;