mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
feat: add publish option to package.json for UI application
- Introduced a new "publish" field set to null in the package.json file, allowing for future configuration of publishing settings. This change prepares the UI application for potential deployment configurations.
This commit is contained in:
@@ -146,6 +146,7 @@
|
|||||||
"productName": "Automaker",
|
"productName": "Automaker",
|
||||||
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||||
"npmRebuild": false,
|
"npmRebuild": false,
|
||||||
|
"publish": null,
|
||||||
"afterPack": "./scripts/rebuild-server-natives.cjs",
|
"afterPack": "./scripts/rebuild-server-natives.cjs",
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "release"
|
"output": "release"
|
||||||
|
|||||||
Reference in New Issue
Block a user