Skip to content

Commit

Permalink
Merge pull request #28240 from storybookjs/norbert/add-alias-cra
Browse files Browse the repository at this point in the history
Build: Fix the CRA sandbox not being link-able
  • Loading branch information
ndelangen committed Jun 18, 2024
2 parents a85235c + c55972e commit 08d51e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@
"built": false
}
},
"packageManager": "yarn@4.1.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"vite-ecosystem-ci:build": "yarn task --task sandbox --template react-vite/default-ts",
"vite-ecosystem-ci:before-test": "node ./scripts/vite-ecosystem-ci/before-test.js && cd ./sandbox/react-vite-default-ts && yarn install",
"vite-ecosystem-ci:test": "yarn task --task test-runner-dev --template react-vite/default-ts --start-from=dev"
},
"packageManager": "yarn@4.1.1"
}
}
}
1 change: 0 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
"verdaccio": "^5.31.1",
"verdaccio-auth-memory": "^10.2.2"
},
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=18.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,5 @@
"@storybook/web-components-webpack5": "portal:../../../code/frameworks/web-components-webpack5",
"sb": "portal:../../../code/lib/cli-sb",
"storybook": "portal:../../../code/lib/cli-storybook"
},
"packageManager": "yarn@4.1.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"packageManager": "yarn@4.1.1"
}
}
}

0 comments on commit 08d51e8

Please sign in to comment.