Skip to content

Commit

Permalink
Merge pull request #2577 from FredyC/haul-xplatform
Browse files Browse the repository at this point in the history
Use haul/bin/cli.js for cross-platform support
  • Loading branch information
ndelangen authored and shilman committed Jan 7, 2018
1 parent 6024617 commit 94c01e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react-native/src/bin/storybook-start.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if (!program.skipPackager) {
let cliCommand = 'node node_modules/react-native/local-cli/cli.js start';
if (program.haul) {
const platform = program.platform || 'all';
cliCommand = `node node_modules/.bin/haul start --config ${
cliCommand = `node node_modules/haul/bin/cli.js start --config ${
program.haul
} --platform ${platform}`;
}
Expand Down

0 comments on commit 94c01e2

Please sign in to comment.