Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 03a3ffe

Browse files
authored
Update Makefile
1 parent c6900f6 commit 03a3ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ test: $(JS_SENTINAL)
1919
npm run test
2020

2121
clean:
22-
rm -rf $(NODE_MODULES) build package-lock.json
22+
rm -rf $(NODE_MODULES) build
2323

2424
.PHONY: clean build

0 commit comments

Comments
 (0)