mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-22 20:26:50 +00:00
fix package jsons
This commit is contained in:
14
package.json
14
package.json
@@ -19,12 +19,12 @@
|
||||
"install_link:all": "(cd qortal-ui-core && yarn install && yarn link) && (cd qortal-ui-plugins && yarn install && yarn link) && (cd qortal-ui-crypto && yarn install && yarn link) && (yarn link qortal-ui-core && yarn link qortal-ui-plugins && yarn link qortal-ui-crypto)",
|
||||
"dev": "node server.js",
|
||||
"prebuild": "node -p \"'export const UI_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > qortal-ui-core/src/redux/app/version.js",
|
||||
"build-dev": "node build.js",
|
||||
"build": "NODE_ENV=production node build.js",
|
||||
"server": "NODE_ENV=production node server.js",
|
||||
"watch": "node watch.js",
|
||||
"watch-inline": "node watch-inline.js",
|
||||
"start-electron": "NODE_ENV=production electron .",
|
||||
"build-dev": "node --max-old-space-size=8192 build.js",
|
||||
"build": "NODE_ENV=production node --max-old-space-size=8192 build.js",
|
||||
"server": "NODE_ENV=production node --max-old-space-size=8192 server.js",
|
||||
"watch": "node --max-old-space-size=8192 watch.js",
|
||||
"watch-inline": "node --max-old-space-size=8192 watch-inline.js",
|
||||
"start-electron": "NODE_ENV=production electron --js-flags=--max-old-space-size=8192 .",
|
||||
"build-electron": "electron-builder build --publish never",
|
||||
"deploy-electron": "electron-builder build --win --publish never",
|
||||
"release": "NODE_ENV=production electron-builder build --publish never",
|
||||
@@ -46,4 +46,4 @@
|
||||
"engines": {
|
||||
"node": ">=16.17.1"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user