mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-15 05:45:20 +00:00
Update Makefile to include crypto package when doing a make clean
This commit is contained in:
parent
34c9c1d9a8
commit
ac15b7c741
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -24,6 +24,8 @@ clean:
|
||||||
packages/db/dist \
|
packages/db/dist \
|
||||||
packages/schemas/node_modules \
|
packages/schemas/node_modules \
|
||||||
packages/schemas/dist \
|
packages/schemas/dist \
|
||||||
|
packages/crypto/node_modules \
|
||||||
|
packages/crypto/dist \
|
||||||
.sourcebot
|
.sourcebot
|
||||||
|
|
||||||
.PHONY: bin
|
.PHONY: bin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue