Skip to content

Commit ac15b7c

Browse files
Update Makefile to include crypto package when doing a make clean
1 parent 34c9c1d commit ac15b7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ clean:
2424
packages/db/dist \
2525
packages/schemas/node_modules \
2626
packages/schemas/dist \
27+
packages/crypto/node_modules \
28+
packages/crypto/dist \
2729
.sourcebot
2830

2931
.PHONY: bin

0 commit comments

Comments
 (0)