Skip to content

Commit

Permalink
core: fix mkdirp client release (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen authored Apr 28, 2024
2 parents ae26b77 + a1c39ed commit a949785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/src/release.mts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ for(const dir of ["packages/client", "server", "app", "admin"]) {
await $`FORCE_COLOR=1 npm prune --omit=dev --ignore-scripts --color always`;
const from = `${frontdir.src}/${dir}`;
const to = `${frontdir.target}/${dir}`;
await $`mkdir -p ${to}`;
await $`cp -r ${from} ${to}`;
})
}
Expand Down

0 comments on commit a949785

Please sign in to comment.