Skip to content

Commit

Permalink
ci: fixes release script
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Jul 26, 2023
1 parent f4d1da0 commit 3d9d227
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ async function execute(command, args, cwd) {
}

async function main() {
await execute('turbo', 'build')
await execute('turbo', 'test')
await cp('README.md', 'packages/orama/README.md')
await execute('pnpm', 'build')
await execute('pnpm', 'test')

for (const pkg of packages) {
const cwd = resolve(rootDir, 'packages', pkg)
Expand Down

1 comment on commit 3d9d227

@vercel
Copy link

@vercel vercel bot commented on 3d9d227 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.