Skip to content

Commit

Permalink
make: run: npm install -g @pnpm/exe
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Aug 25, 2023
1 parent 67e8ac0 commit 1f9c695
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,17 @@ env:
@echo RELAYS=$(RELAYS) >>.env
.PHONY:pnpm
pnpm:
@type -P npm >/tmp/gnostr-lfs.log && npm i --silent --global yarn 2>/tmp/gnostr-lfs.log || echo
@type -P npm >/tmp/gnostr-lfs.log && npm i --silent --global @pnpm/exe 2>/tmp/gnostr-lfs.log || echo
@type -P npm >/tmp/gnostr-lfs.log && npm i --silent --global 2>/tmp/gnostr-lfs.log || echo
@type -P npm >/tmp/gnostr-lfs.log && npm i --silent --global yarn 2>/tmp/gnostr-lfs.log || echo
@type -P npm >/tmp/gnostr-lfs.log && npm i --silent --global fastify 2>/tmp/gnostr-lfs.log || echo
@type -P npm >/tmp/gnostr-lfs.log && npm i --silent --global eslint 2>/tmp/gnostr-lfs.log || echo
#@pnpm install reflect-metadata
#@pnpm install pino-pretty
start:run
run:env pnpm## gnostr-proxy
run:env pnpm nvm## gnostr-proxy
@npm install
@npm install -g @pnpm/exe
@npm --silent run start
#@pnpm --silence install >/tmp/gnostr-lfs.log && pnpm --silence run start >/tmp/gnostr-lfs.log#&
lynx-dump:
Expand Down

0 comments on commit 1f9c695

Please sign in to comment.