mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: nx-cloud setup (#10110)
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
"sourceRoot": "apps/ui/src",
|
||||
"projectType": "application",
|
||||
"prefix": "nativescript",
|
||||
"namedInputs": {
|
||||
"default": ["{projectRoot}/**/*"],
|
||||
"production": ["!{projectRoot}/**/*.spec.ts"]
|
||||
},
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
@@ -17,6 +21,8 @@
|
||||
},
|
||||
"ios": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"options": {
|
||||
"platform": "ios",
|
||||
"noHmr": true
|
||||
@@ -24,6 +30,8 @@
|
||||
},
|
||||
"android": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"options": {
|
||||
"platform": "android",
|
||||
"noHmr": true
|
||||
|
||||
Reference in New Issue
Block a user