Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Aug 31, 2024
1 parent 45ed331 commit 0431cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"release-adapter-vercel": "bun run --cwd packages/adapter-vercel build && npm publish --workspace=packages/adapter-vercel --access public",
"release-adapter-vercel:alpha": "bun run --cwd packages/adapter-vercel build && npm publish --workspace=packages/adapter-vercel --tag next --access public",
"release:alpha": "bun run release-brisa:alpha && bun run release-create-brisa:alpha && release-adapter-vercel:alpha",
"test": "bun test",
"test": "bun run --filter 'brisa' test",
"test:node": "node --test \"**/*.node-test.js\"",
"test:coverage": "bun run --cwd packages/brisa --coverage",
"tsc:check": "bun run --cwd packages/brisa tsc:check",
Expand Down

0 comments on commit 0431cf9

Please sign in to comment.