From df5efe7b4678878e3ba306d1c73df65cfdc4e00b Mon Sep 17 00:00:00 2001 From: Chris <2653277+chennin@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:19:31 -0400 Subject: [PATCH] Install uglify-js before use. Fixes https://github.com/EDCD/coriolis/issues/780 . I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e8fab38..a2fe1e5 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "test": "npm run lint && npm run jasmine-no-stack", "start": "node generate_distribution.js", "build": "node generate_distribution.js", + "preinstall": "npm install --ignore-scripts", "install": "node generate_distribution.js" }, "dependencies": {