-install with frozen lockfile
This commit is contained in:
parent
8f8674defd
commit
30fb003ee3
2
Makefile
2
Makefile
@ -118,7 +118,7 @@ lint:
|
|||||||
.PHONY: install
|
.PHONY: install
|
||||||
# Build and install everything
|
# Build and install everything
|
||||||
install:
|
install:
|
||||||
pnpm install
|
pnpm install --frozen-lockfile
|
||||||
pnpm run compile
|
pnpm run compile
|
||||||
make -C packages/taler-wallet-cli TOPLEVEL=yes install-nodeps
|
make -C packages/taler-wallet-cli TOPLEVEL=yes install-nodeps
|
||||||
make -C packages/taler-harness TOPLEVEL=yes install-nodeps
|
make -C packages/taler-harness TOPLEVEL=yes install-nodeps
|
||||||
|
Loading…
Reference in New Issue
Block a user