mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Merge pull request #2577 from FredyC/haul-xplatform
Use haul/bin/cli.js for cross-platform support
This commit is contained in:
parent
60246175c4
commit
94c01e2d54
2
app/react-native/src/bin/storybook-start.js
vendored
2
app/react-native/src/bin/storybook-start.js
vendored
@ -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}`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user