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 ™️ I'm open to better suggestions.
This commit is contained in:
Chris
2024-10-19 11:19:31 -04:00
committed by GitHub
parent 651aab5af6
commit df5efe7b46

View File

@@ -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": {