generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #377 from storybookjs/next
Release 0.14.0
- Loading branch information
Showing
18 changed files
with
15,691 additions
and
11,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,9 @@ jobs: | |
- name: Upgrade to storybook@next | ||
run: | | ||
npx storybook@next upgrade --prerelease --yes | ||
env: | ||
YARN_ENABLE_IMMUTABLE_INSTALLS: false | ||
|
||
# TODO: This should not be necessary once @storybook/csf is properly updated | ||
- name: Fix local @storybook/csf version | ||
run: | | ||
yarn add @storybook/[email protected] | ||
- name: Run test runner | ||
uses: mathiasvr/command-output@v1 | ||
id: tests | ||
|
@@ -118,11 +116,8 @@ jobs: | |
- name: Upgrade to storybook@next | ||
run: | | ||
npx storybook@next upgrade --prerelease --yes | ||
# TODO: This should not be necessary once @storybook/csf is properly updated | ||
- name: Fix local @storybook/csf version | ||
run: | | ||
yarn add @storybook/[email protected] | ||
env: | ||
YARN_ENABLE_IMMUTABLE_INSTALLS: false | ||
|
||
- name: Run test runner and expect failure | ||
uses: mathiasvr/command-output@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
enableTelemetry: 0 | ||
|
||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.3.cjs |
Oops, something went wrong.