Skip to content

Commit d855927

Browse files
committed
chore(publish): Use workspaces option in Craft NPM target
1 parent 7acc267 commit d855927

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.craft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ targets:
1515
- name: github
1616
includeNames: /^sentry-.*.tgz$/
1717
- name: npm
18+
workspaces: true
19+
excludeWorkspaces: /^@sentry-internal\//
20+
includeWorkspaces: /^@sentry\//
1821
includeNames: /^sentry-.*.tgz$/

0 commit comments

Comments
 (0)