Skip to content

Instantly share code, notes, and snippets.

@marcel-ploch
Created April 27, 2017 08:39
Show Gist options
  • Save marcel-ploch/447c95285932156e8ef3c5c665e0a108 to your computer and use it in GitHub Desktop.
Save marcel-ploch/447c95285932156e8ef3c5c665e0a108 to your computer and use it in GitHub Desktop.
Original npm-watch Configuration
{
"watch":{
"run_android":{
"patterns":[
"app"
],
"extensions":"ts,html,scss",
"quiet":true
},
"run_ios":{
"patterns":[
"app"
],
"extensions":"ts,html,scss",
"quiet":true
}
},
"scripts":{
"watch_android":"npm-watch",
"run_android":"tns run android --emulator",
"run_ios":"tns run ios --emulator"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment