From c19cfc7f16574f578d9f51dab4bce0499a738b8a Mon Sep 17 00:00:00 2001 From: Will Owens Date: Sun, 27 Feb 2022 19:56:13 -0500 Subject: [PATCH] Update invocation of webpack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3ba057..b4ecfb0 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ js/node_modules/xterm/css/xterm.css: js/dist/gotty-bundle.js: js/src/* js/node_modules/webpack cd js && \ - /usr/bin/node $$(npm bin)/webpack + npx webpack js/dist/gotty-bundle.js.LICENSE.txt: js/dist/gotty-bundle.js js/dist/gotty-bundle.js.map: js/dist/gotty-bundle.js