Skip to content

Commit

Permalink
Decouple react native release (#5626)
Browse files Browse the repository at this point in the history
Decouple react native release
  • Loading branch information
shilman authored Feb 16, 2019
2 parents 9c28b66 + 4007bb7 commit 7e619c4
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 1,224 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ lib/cli/test
!.eslintrc-markdown.js
!.jest.config.js
!.storybook

REACT_NATIVE
examples-native
react-native
ondevice-*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"url": "https://github.com/storybooks/storybook.git"
},
"workspaces": [
"addons/*",
"addons/!(ondevice)*",
"addons/storyshots/*",
"app/*",
"app/!(react-native)*",
"lib/*",
"examples/*",
"lib/cli/test/run/*"
Expand Down
Loading

0 comments on commit 7e619c4

Please sign in to comment.