Skip to content

Commit

Permalink
chore(release): include common pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Dec 7, 2024
1 parent d5a6c66 commit 9bf02a4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/scripts/start-local-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ export default async () => {
},
});

execFileSync('pnpm', ['nx', 'run-many', '-t', 'build', '--exclude', 'docs']);
execFileSync('pnpm', [
'nx',
'run-many',
'-t',
'build',
'--exclude',
'docs'
]);

await releasePublish({
tag: 'e2e',
Expand Down

0 comments on commit 9bf02a4

Please sign in to comment.