diff --git a/__fixtures__/test-project/web/package.json b/__fixtures__/test-project/web/package.json index d430c2fd5bcb..027fc284191b 100644 --- a/__fixtures__/test-project/web/package.json +++ b/__fixtures__/test-project/web/package.json @@ -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" } } diff --git a/tasks/test-project/tasks.js b/tasks/test-project/tasks.js index bc497f5408b4..6bc60dad7961 100644 --- a/tasks/test-project/tasks.js +++ b/tasks/test-project/tasks.js @@ -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) }, }, {