microsoft / vsts-react-native-tasks

Streamline CI setup for your React Native app using a set of useful pre-defined build steps.
Other
30 stars 15 forks source link

How can I run react-native link? #20

Open hadjloo opened 6 years ago

hadjloo commented 6 years ago

I'm using this plugin in VSTS. I have a react-native app and in the VSTS I'v added NPM to tasks and I am using npm install for the first task, so that NPM can download the react-native and other modules in the VSTS. then I need to run react-native link command, which is not possible, what should I do? I added a command prompt step to my build definition after NPM install task, and it says react-native is not recognized as a command

is there any way to run react-native link command on the VSTS?