Skip to content

Commit

Permalink
fix: Keep copying cms-webhook-urls.json to the user folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfp13 committed Jan 11, 2024
1 parent d7f2979 commit f4e9156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@ async function finish() {
// Copy necessary resources to the store directory
await copyResource(`${tmpDir}/.next`, `${userDir}/.next`)
await copyResource(`${tmpDir}/lighthouserc.js`, `${userDir}/lighthouserc.js`)
await copyResource(
`${tmpDir}/cms-webhook-urls.json`,
`${userDir}/cms-webhook-urls.json`
)
}

0 comments on commit f4e9156

Please sign in to comment.