mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: Nx 20 (#10636)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "~8.8.0",
|
||||
"@nativescript/ios": "~8.8.0",
|
||||
"@nativescript/visionos": "~8.7.0",
|
||||
"@nativescript/visionos": "~8.8.0",
|
||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||
"circular-dependency-plugin": "^5.2.2",
|
||||
"typescript": "~5.4.0"
|
||||
|
||||
@@ -17,44 +17,34 @@
|
||||
"uglify": true,
|
||||
"release": true,
|
||||
"forDevice": true
|
||||
}
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"ios": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"debug": {
|
||||
"executor": "@nativescript/nx:debug",
|
||||
"options": {
|
||||
"noHmr": true,
|
||||
"platform": "ios"
|
||||
}
|
||||
"uglify": false,
|
||||
"release": false,
|
||||
"forDevice": false,
|
||||
"prepare": false
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"vision": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"prepare": {
|
||||
"executor": "@nativescript/nx:prepare",
|
||||
"options": {
|
||||
"noHmr": true,
|
||||
"debug": false,
|
||||
"platform": "vision"
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"options": {
|
||||
"noHmr": true,
|
||||
"platform": "android"
|
||||
}
|
||||
},
|
||||
"clean": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"options": {
|
||||
"clean": true
|
||||
}
|
||||
"production": true,
|
||||
"uglify": true,
|
||||
"release": true,
|
||||
"forDevice": true,
|
||||
"prepare": true
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"executor": "@nx/eslint:lint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["apps/automated/**/*.ts", "apps/automated/src/**/*.html"]
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "~8.8.0",
|
||||
"@nativescript/ios": "~8.8.0",
|
||||
"@nativescript/visionos": "~8.7.0",
|
||||
"@nativescript/visionos": "~8.8.0",
|
||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||
"typescript": "~5.4.0"
|
||||
}
|
||||
|
||||
@@ -17,44 +17,34 @@
|
||||
"uglify": true,
|
||||
"release": true,
|
||||
"forDevice": true
|
||||
}
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"ios": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"options": {
|
||||
"platform": "ios",
|
||||
"noHmr": true
|
||||
}
|
||||
},
|
||||
"vision": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"debug": {
|
||||
"executor": "@nativescript/nx:debug",
|
||||
"options": {
|
||||
"noHmr": true,
|
||||
"debug": false,
|
||||
"platform": "vision"
|
||||
}
|
||||
"uglify": false,
|
||||
"release": false,
|
||||
"forDevice": false,
|
||||
"prepare": false
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"android": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"prepare": {
|
||||
"executor": "@nativescript/nx:prepare",
|
||||
"options": {
|
||||
"platform": "android",
|
||||
"noHmr": true
|
||||
}
|
||||
},
|
||||
"clean": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"options": {
|
||||
"clean": true
|
||||
}
|
||||
"noHmr": true,
|
||||
"production": true,
|
||||
"uglify": true,
|
||||
"release": true,
|
||||
"forDevice": true,
|
||||
"prepare": true
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"executor": "@nx/eslint:lint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["apps/toolbox/**/*.ts", "apps/toolbox/src/**/*.html"]
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "~8.8.0",
|
||||
"@nativescript/ios": "~8.8.0",
|
||||
"@nativescript/visionos": "~8.7.0",
|
||||
"@nativescript/visionos": "~8.8.0",
|
||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||
"typescript": "~5.4.0"
|
||||
},
|
||||
|
||||
@@ -17,44 +17,38 @@
|
||||
"uglify": true,
|
||||
"release": true,
|
||||
"forDevice": true
|
||||
}
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"ios": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"options": {
|
||||
"platform": "ios",
|
||||
"noHmr": true
|
||||
}
|
||||
},
|
||||
"vision": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"debug": {
|
||||
"executor": "@nativescript/nx:debug",
|
||||
"options": {
|
||||
"noHmr": true,
|
||||
"debug": false,
|
||||
"platform": "vision"
|
||||
}
|
||||
"uglify": false,
|
||||
"release": false,
|
||||
"forDevice": false,
|
||||
"prepare": false
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"android": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"inputs": ["default", "^production"],
|
||||
"outputs": [],
|
||||
"prepare": {
|
||||
"executor": "@nativescript/nx:prepare",
|
||||
"options": {
|
||||
"platform": "android",
|
||||
"noHmr": true
|
||||
}
|
||||
"noHmr": true,
|
||||
"production": true,
|
||||
"uglify": true,
|
||||
"release": true,
|
||||
"forDevice": true,
|
||||
"prepare": true
|
||||
},
|
||||
"configurations": {}
|
||||
},
|
||||
"clean": {
|
||||
"executor": "@nativescript/nx:build",
|
||||
"options": {
|
||||
"clean": true
|
||||
}
|
||||
"executor": "@nativescript/nx:clean",
|
||||
"options": {}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"executor": "@nx/eslint:lint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["apps/ui/**/*.ts", "apps/ui/src/**/*.html"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user