Skip to content

Commit d2fc0aa

Browse files
committed
fix: craft publish regexp should use valid syntax (#222)
1 parent f3f8d70 commit d2fc0aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.craft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ targets:
2727
# NPM package target
2828
- name: npm
2929
id: '@sentry/developer-toolbar'
30-
includeNames: ^packages/developer-toolbar/dist/sentry-developer-toolbar-\d.*\.tgz$/
30+
includeNames: /^sentry-developer-toolbar-\d.*\.tgz$/

packages/developer-toolbar/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"node": "20.4.0",
2727
"pnpm": "9.7.0"
2828
},
29+
"publishConfig": {
30+
"access": "public"
31+
},
2932
"type": "module",
3033
"browser": "./dist/index.js",
3134
"module": "./dist/index.js",

0 commit comments

Comments
 (0)