Skip to content

Commit

Permalink
chore(ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Oct 7, 2024
1 parent af7b42e commit 7f34ec1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/scripts/start-local-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ export default async () => {
updateDependents: 'auto',
},
});

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

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

0 comments on commit 7f34ec1

Please sign in to comment.