chore: Nx 20 (#10636)

This commit is contained in:
Nathan Walker
2024-10-23 09:25:25 -07:00
committed by GitHub
parent 1cee35d4fb
commit 148a54b60c
17 changed files with 1550 additions and 831 deletions

View File

@@ -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"]
}