Changeset - d41530a84d4b
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-05-13 21:56:08
drewp@bigasterisk.com
pdm_local_install
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -39,12 +39,17 @@ 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
 

	
 
py:
 
	pdm sync
 

	
0 comments (0 inline, 0 general)