Skip to content

Commit cfbe911

Browse files
authored
avoid outdated lock files (#174)
1 parent 4b75d0b commit cfbe911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,5 @@ benchmarker:
249249
clean:
250250
rm -rf bin/*
251251
rm -rf *.log
252+
find -type f -name '*.lock' -exec rm -fr {} \;
253+
find -type f -name package-lock.json -exec rm -fr {} \;

0 commit comments

Comments
 (0)