Skip to content

Commit 155a208

Browse files
authored
make/ci) update the all default target to depend on the package-lock.json (#137)
... so that `npm i` will run by default, if needed.
1 parent e9c39cc commit 155a208

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
@@ -16,7 +16,7 @@ package.json:
1616

1717
node_modules: package-lock.json
1818

19-
all:: node_modules
19+
all:: node_modules package-lock.json
2020
$(LERNA) --concurrency $(CONCURRENCY) exec --stream -- $(MAKE)
2121

2222
test:

0 commit comments

Comments
 (0)