Files
Izumi HoshinoandGitHub 7034c04bfa Removed lerna from build_scripts (#18180)
* Removed `lerna` from build_scripts

* Fixed an issue where `electron-builder` in unexpected path was executed

* Fixed lint errors

* Use foreground-scripts with initial npm ci to see if it resolves strange mac dlopen problemFixed lint errors

* Removed `--foreground-scripts` from `npm ci`
2024-06-18 14:23:55 -05:00

16 lines
283 B
JSON

{
"name": "npm_linux",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"electron-builder": "^24.13.3"
}
}