We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b75d0b commit cfbe911Copy full SHA for cfbe911
Makefile
@@ -249,3 +249,5 @@ benchmarker:
249
clean:
250
rm -rf bin/*
251
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