config: add an npm script to output current electron versions
This commit is contained in:
parent
e270b9d018
commit
39af36bf52
|
@ -0,0 +1,2 @@
|
|||
console.log(process.versions);
|
||||
process.exit(0);
|
|
@ -14,6 +14,7 @@
|
|||
"postinstall": "npm run rebuild",
|
||||
"start": "electron . --enable-logging --dev",
|
||||
"rebuild": "electron-rebuild -f -b -t prod,dev,optional",
|
||||
"electron-version": "electron electron-version.js",
|
||||
"typeorm:migrate": "npm run typeorm:migrate:library",
|
||||
"typeorm:migrate:library": "typeorm migration:run -c library",
|
||||
"build:webpack": "webpack --config webpack.config.js",
|
||||
|
|
Loading…
Reference in New Issue