Skip to content

Commit

Permalink
React Native: Remove watcher from init
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Feb 3, 2024
1 parent 5428db7 commit 98a575d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/lib/cli/src/generators/REACT_NATIVE/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const generator = async (

packageManager.addScripts({
'storybook-generate': 'sb-rn-get-stories',
'storybook-watch': 'sb-rn-watcher',
});

const storybookConfigFolder = '.storybook';
Expand Down

0 comments on commit 98a575d

Please sign in to comment.