Skip to content

Commit

Permalink
Add build:packages alias for build script (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdax98 authored Dec 12, 2024
1 parent 32fcb67 commit cb721e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"scripts": {
"build": "pnpm recursive run build",
"build:packages": "pnpm run build",
"build:api": "pnpm recursive --filter '@comet/brevo-api' run build",
"build:admin": "pnpm recursive --filter '@comet/brevo-admin' run build",
"build:api:skippable": "test -f packages/api/lib/index.d.ts && echo 'Skipping API build' || $npm_execpath build:api",
Expand Down

0 comments on commit cb721e4

Please sign in to comment.