Skip to content

Commit 1c60f47

Browse files
committed
feat: add cli-sentry target for future @socketsecurity/cli-with-sentry package
Add cli-sentry build target in preparation for the Sentry-enabled CLI variant mentioned in MONOREPO.md. Usage: pnpm run build -- --target cli-sentry
1 parent 20a88b7 commit 1c60f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const TARGET_PACKAGES = {
1414
'alpine-arm64': '@socketbin/cli-alpine-arm64',
1515
'alpine-x64': '@socketbin/cli-alpine-x64',
1616
cli: '@socketsecurity/cli',
17+
'cli-sentry': '@socketsecurity/cli-with-sentry',
1718
'darwin-arm64': '@socketbin/cli-darwin-arm64',
1819
'darwin-x64': '@socketbin/cli-darwin-x64',
1920
'linux-arm64': '@socketbin/cli-linux-arm64',

0 commit comments

Comments
 (0)