Created
April 27, 2017 08:39
-
-
Save marcel-ploch/447c95285932156e8ef3c5c665e0a108 to your computer and use it in GitHub Desktop.
Original npm-watch Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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