Skip to content

Commit

Permalink
regenerate test project fixture: Include @redwoodjs/vite in v6 specif…
Browse files Browse the repository at this point in the history
…ic step (#8654)
  • Loading branch information
Tobbe authored Jun 18, 2023
1 parent 78c33b2 commit b2cded5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "6.0.0-canary.344",
"@redwoodjs/vite": "6.0.0-canary.450",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"postcss-loader": "^7.3.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"storybook": "^7.0.21",
"storybook": "^7.0.22",
"tailwindcss": "^3.3.2"
}
}
7 changes: 4 additions & 3 deletions tasks/test-project/rebuild-test-project-fixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,15 @@ async function runCommand() {

await tuiTask({
step: 1,
title: 'Temporary (v6): add storybook to web dependencies',
title: 'Temporary (v6): Add storybook and vite canary to web dependencies',
content:
'Adding storybook to web dependencies...\n' +
'Adding storybook and @redwoodjs/vite@6.0.0-canary.450\n' +
'to web dependencies...\n' +
' ⏱ This could take a while...',
task: () => {
return exec(
'yarn',
['workspace web add -D storybook'],
['workspace web add -D storybook @redwoodjs/vite@6.0.0-canary.450'],
getExecaOptions(OUTPUT_PROJECT_PATH)
)
},
Expand Down

0 comments on commit b2cded5

Please sign in to comment.