Skip to content

Commit 335f317

Browse files
authored
chore(publish): Use workspaces option in Craft NPM target (#855)
* chore(publish): Use `workspaces` option in Craft NPM target * Update .craft.yml
1 parent 7acc267 commit 335f317

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.craft.yml

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

0 commit comments

Comments
 (0)