mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
Merge pull request #19417 from storybookjs/norbert/single-version-of-yarn
use a single version of yarn
This commit is contained in:
commit
da3e0f3f6f
@ -207,16 +207,16 @@ jobs:
|
||||
name: set up cra repro, skip tests
|
||||
command: |
|
||||
cd code
|
||||
node ./lib/cli/bin/index.js repro -t cra --e2e ../cra-bench
|
||||
node ./lib/cli/bin/index.js repro -t cra --e2e ../../cra-bench
|
||||
- run:
|
||||
name: Run @storybook/bench on repro
|
||||
command: |
|
||||
cd ./cra-bench
|
||||
cd ../cra-bench
|
||||
npx -p @storybook/bench@1.0.0--canary.12.7cccdee.0 sb-bench 'echo noop' --label cra
|
||||
- run:
|
||||
name: prep artifacts
|
||||
when: always
|
||||
command: tar cvzf /tmp/sb-bench.tar.gz ./cra-bench
|
||||
command: tar cvzf /tmp/sb-bench.tar.gz ../cra-bench
|
||||
- store_artifacts:
|
||||
path: /tmp/sb-bench.tar.gz
|
||||
destination: sb-bench.tar.gz
|
||||
|
1
.github/workflows/generate-repros-next.yml
vendored
1
.github/workflows/generate-repros-next.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
||||
run: node ./scripts/check-dependencies.js
|
||||
- name: Bootstrap Storybook libraries
|
||||
run: yarn task --task compile --start-from=auto --no-link
|
||||
working-directory: ./code
|
||||
- name: Generate repros
|
||||
run: yarn generate-repros-next --local-registry
|
||||
working-directory: ./code
|
||||
|
@ -1,3 +1,4 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.3.cjs
|
||||
installStatePath: "./.yarn/root-install-state.gz"
|
@ -19,12 +19,13 @@ nodeLinker: node-modules
|
||||
npmRegistryServer: 'https://registry.yarnpkg.com'
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
||||
- path: ../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
||||
spec: '@yarnpkg/plugin-typescript'
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
- path: ../.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: '@yarnpkg/plugin-interactive-tools'
|
||||
|
||||
unsafeHttpWhitelist:
|
||||
- localhost
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.3.cjs
|
||||
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs
|
||||
installStatePath: '../.yarn/code-install-state.gz'
|
||||
|
363
scripts/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
generated
vendored
363
scripts/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
generated
vendored
File diff suppressed because one or more lines are too long
9
scripts/.yarn/plugins/@yarnpkg/plugin-typescript.cjs
generated
vendored
9
scripts/.yarn/plugins/@yarnpkg/plugin-typescript.cjs
generated
vendored
File diff suppressed because one or more lines are too long
@ -19,12 +19,13 @@ nodeLinker: node-modules
|
||||
npmRegistryServer: "https://registry.yarnpkg.com"
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
||||
spec: "@yarnpkg/plugin-typescript"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
- path: ../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
||||
spec: '@yarnpkg/plugin-typescript'
|
||||
- path: ../.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: '@yarnpkg/plugin-interactive-tools'
|
||||
|
||||
unsafeHttpWhitelist:
|
||||
- localhost
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.3.cjs
|
||||
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs
|
||||
installStatePath: "../.yarn/scripts-install-state.gz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user