Skip to content

Commit 328c8a0

Browse files
committed
chore: remove generated fixtures on clean
1 parent 8537a9e commit 328c8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ clean:
1111
pnpm tsc -b --clean
1212
rm -rf dist
1313
rm -rf __tests__/dist
14+
rm __tests__/fixtures/*/*.ts
1415

1516
.PHONY: test
1617
test: node_modules

0 commit comments

Comments
 (0)