Skip to content

Commit

Permalink
Strips unwanted prefix string
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxvu authored Oct 1, 2023
1 parent 599d86e commit e17c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ clean:
rm -rf **/*/dist

all:
fd . --exclude contrib --exclude "Zelda BOTW" --type d --max-depth 1 --exec bun run contrib/sheet-pixie/index.ts "{}/sheet.json" \;
fd . --strip-cwd-prefix --exclude contrib --exclude "Zelda BOTW" --type d --max-depth 1 --exec bun run contrib/sheet-pixie/index.ts "{}/sheet.json" \;

0 comments on commit e17c5e5

Please sign in to comment.