1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-22 16:26:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Change local build foler name

This commit is contained in:
sunnylqm
2021-01-11 14:06:14 +08:00
parent 3db4f803e2
commit 59fad93832

View File

@@ -106,11 +106,11 @@
"hasValue": true "hasValue": true
}, },
"intermediaDir": { "intermediaDir": {
"default": "build/intermedia/${platform}", "default": ".pushy/intermedia/${platform}",
"hasValue": true "hasValue": true
}, },
"output": { "output": {
"default": "build/output/${platform}.${time}.ppk", "default": ".pushy/output/${platform}.${time}.ppk",
"hasValue": true "hasValue": true
}, },
"verbose": {} "verbose": {}