1
0
Fork 0

Update `make clean` to also remove npm packages

This commit is contained in:
Krzysztof Sikorski 2023-12-03 16:22:31 +01:00
parent c5f0fc164a
commit a87e742340
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ build:
# Remove compiled file
clean:
rm --recursive --verbose node_modules
rm -v public/css/combined.css