Skip to content

Commit b1a710e

Browse files
committed
solana/Makefile: node_modules depends on package-lock.json
1 parent 8da5ab7 commit b1a710e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solana/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ _anchor-build:
1515
anchor-test: node_modules build target/idl/example_native_token_transfers.json
1616
anchor test --skip-build
1717

18-
node_modules:
18+
node_modules: package-lock.json
1919
npm ci
2020

2121
.PHONY: clean
2222
clean:
2323
anchor clean
24-
rm -rf .anchor node_modules
24+
rm -rf .anchor node_modules

0 commit comments

Comments
 (0)