We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8537a9e commit 328c8a0Copy full SHA for 328c8a0
1 file changed
Makefile
@@ -11,6 +11,7 @@ clean:
11
pnpm tsc -b --clean
12
rm -rf dist
13
rm -rf __tests__/dist
14
+ rm __tests__/fixtures/*/*.ts
15
16
.PHONY: test
17
test: node_modules
0 commit comments