# HG changeset patch # User drewp@bigasterisk.com # Date 2022-05-13 21:56:08 # Node ID d41530a84d4b3a6e715efe461b0a71ecb2df064e # Parent be860a233793aecb0b81fbd9147709a742e23865 pdm_local_install diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -38,10 +38,15 @@ gst_packages: pnpm: # holding pnpm back because we don't have the latest nodejs: https://pnpm.io/installation#compatibility sudo npm install -g pnpm@6.32.12 - + bin/node: ln -sf `which nodejs` bin/node +pdm_local_install: + # drew has ~/bin in $PATH + pip install pdm + ln -s ../.local/bin/pdm ~/bin + js: pnpm install --reporter append-only