mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
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:
@@ -18,6 +18,7 @@
|
|||||||
"test": "npm run lint && npm run jasmine-no-stack",
|
"test": "npm run lint && npm run jasmine-no-stack",
|
||||||
"start": "node generate_distribution.js",
|
"start": "node generate_distribution.js",
|
||||||
"build": "node generate_distribution.js",
|
"build": "node generate_distribution.js",
|
||||||
|
"preinstall": "npm install --ignore-scripts",
|
||||||
"install": "node generate_distribution.js"
|
"install": "node generate_distribution.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user