Description: avoid using npm during build
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2021-01-24
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@
 install:
 	@rm -rf $(DESTDIR)
 	./tools/install.py $(DESTDIR)
-	npm install --omit=dev --prefix $(DESTDIR)
 
 # Create an distributable archive of emscripten suitable for use
 # by end users. This archive excludes node_modules as it can include native
