Skip to content

Commit

Permalink
chore: fix and rebuild test project fixture (#6775)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Nov 2, 2022
1 parent 4437e21 commit 4d506cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 @@ -24,10 +24,10 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8"
"tailwindcss": "^3.2.1"
}
}
3 changes: 2 additions & 1 deletion tasks/test-project/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,8 @@ async function apiTasks(outputPath, { verbose, linkWithLatestFwBuild }) {
{
title: 'Scaffolding post',
task: async () => {
return generateScaffold('post')
await generateScaffold('post')
await execa(`yarn rwfw project:copy`, [], execaOptions)
},
},
{
Expand Down

0 comments on commit 4d506cd

Please sign in to comment.