Skip to content

Commit

Permalink
Merge pull request #331 from MH4GF/remove-no-manager-cache-flag [skip…
Browse files Browse the repository at this point in the history
… ci]

maintenance: remove no-manager-cache flag in example storybook
  • Loading branch information
yannbf committed Jul 18, 2023
2 parents e3406ed + ec98a54 commit 0b14c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build:watch": "tsup --watch",
"test": "jest",
"storybook": "storybook dev -p 6006",
"start": "concurrently \"yarn build:watch\" \"yarn storybook -- --no-manager-cache --quiet\"",
"start": "concurrently \"yarn build:watch\" \"yarn storybook -- --quiet\"",
"build-storybook": "storybook build",
"release": "yarn build && auto shipit",
"test-storybook": "node dist/test-storybook",
Expand Down

0 comments on commit 0b14c06

Please sign in to comment.