diff makefile @ 2032:0cd765253fde

switch to pnpm
author drewp@bigasterisk.com
date Thu, 07 Apr 2022 01:17:24 -0700
parents aeafe7d0b033
children 00afa5ec081a
line wrap: on
line diff
--- a/makefile	Thu Apr 07 01:09:53 2022 -0700
+++ b/makefile	Thu Apr 07 01:17:24 2022 -0700
@@ -9,7 +9,7 @@
 	sudo aptitude install python3-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python3-gst-1.0 gir1.2-goocanvas-2.0
 
 node_modules/bower/bin/bower:
-	npm install
+	pnpm install
 
 bin/node:
 	ln -sf `which nodejs` bin/node
@@ -18,7 +18,7 @@
 	cd light9/web/lib; nodejs ../../../node_modules/bower/bin/bower install
 
 npm_install:
-	npm install
+	pnpm install
 
 node_modules/n3/n3-browser.js:
 	(cd node_modules/n3; nodejs ../browserify/bin/cmd.js --standalone N3 --require n3 -o n3-browser.js)