mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: use nativescript.config with apps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user