also remove package.json with make clean

This commit is contained in:
Robin Olsen
2026-02-18 17:55:37 +01:00
parent f9b25717a0
commit c85023cb78

View File

@@ -8,6 +8,8 @@ clean:
@rm -rf ./bin
@rm -rf ./.pm
@rm -rf node_modules
@rm package-lock.json
@rm package.json
build: tidy
go build -o ./bin/pm ./cmd/pm