chore: use nativescript.config with apps

This commit is contained in:
Nathan Walker
2020-08-30 10:29:35 -07:00
parent eeb9e069b1
commit 8bbb3fefae
1067 changed files with 45 additions and 82 deletions

View File

@@ -61,9 +61,7 @@
"builder": "@nrwl/workspace:run-commands",
"options": {
"commands": [
{
"command": "tns debug ios --no-hmr --emulator --env.testing"
}
"ns debug ios --no-hmr --emulator --env.testing"
],
"cwd": "apps/toolbox",
"parallel": false
@@ -73,9 +71,7 @@
"builder": "@nrwl/workspace:run-commands",
"options": {
"commands": [
{
"command": "tns debug android --no-hmr --emulator --env.testing"
}
"tns debug android --no-hmr --emulator --env.testing"
],
"cwd": "apps/toolbox",
"parallel": false
@@ -85,15 +81,9 @@
"builder": "@nrwl/workspace:run-commands",
"options": {
"commands": [
{
"command": "npx rimraf -- hooks node_modules platforms package-lock.json webpack.config.js"
},
{
"command": "npm i"
},
{
"command": "npx rimraf -- package-lock.json"
}
"npx rimraf -- hooks node_modules platforms package-lock.json webpack.config.js",
"npm i",
"npx rimraf -- package-lock.json"
],
"cwd": "apps/toolbox",
"parallel": false