Skip to content

Commit cece338

Browse files
committed
Make sure to remove potential stale lock prior to running tests.
1 parent 06de9ee commit cece338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ app: Makefile gren.json node_modules
44

55
.PHONY: test
66
test: app node_modules
7+
rm -r .lock || true
78
npm test
89

910
node_modules: package.json package-lock.json

0 commit comments

Comments
 (0)