Skip to content

Commit

Permalink
core: fix mkdirp client release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Apr 28, 2024
1 parent ae26b77 commit a1c39ed
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 a1c39ed

Please sign in to comment.