mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
Add explicit 'node' to scripts
Otherwise they just get run with the windows scripting host on Windows which does not go so well.
This commit is contained in:
parent
056f33db37
commit
e361292b96
@ -13,8 +13,8 @@
|
||||
"files": [],
|
||||
"scripts": {
|
||||
"mkdirs": "mkdir -p packages && mkdir -p deploys",
|
||||
"fetch": "yarn run mkdirs && scripts/fetch-package.js",
|
||||
"check": "scripts/check-webapp.js",
|
||||
"fetch": "yarn run mkdirs && node scripts/fetch-package.js",
|
||||
"check": "node scripts/check-webapp.js",
|
||||
"start": "yarn run check && yarn install:electron && electron .",
|
||||
"install:electron": "electron-builder install-app-deps",
|
||||
"lint": "eslint src/",
|
||||
|
Loading…
Reference in New Issue
Block a user