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 06de9ee commit cece338Copy full SHA for cece338
integration-tests/Makefile
@@ -4,6 +4,7 @@ app: Makefile gren.json node_modules
4
5
.PHONY: test
6
test: app node_modules
7
+ rm -r .lock || true
8
npm test
9
10
node_modules: package.json package-lock.json
0 commit comments