Skip to content

Commit

Permalink
rm now works on unix AND Windows :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saious119 committed Aug 12, 2024
1 parent d0d80ce commit d1cffdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cacheSets.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ for (let setPath of setsPaths) {
);
}

execSync("rm -rf pokemon-tcg-data");
fs.rmSync("pokemon-tcg-data", {recursive: true});

0 comments on commit d1cffdc

Please sign in to comment.