8000 build: Update Craft config (#2179) · CPatchane/sentry-javascript@df0576f · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df0576f

Browse files
tonyoHazAT
authored andcommitted
build: Update Craft config (getsentry#2179)
1 parent 00b58d5 commit df0576f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.craft.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
minVersion: '0.6.0'
1+
minVersion: '0.8.2'
22
github:
33
owner: getsentry
44
repo: sentry-javascript
@@ -17,12 +17,16 @@ targets:
1717
cacheControl: 'public, max-age=31536000'
1818
- name: registry
1919
type: sdk
20-
includeNames: /^sentry-browser-.*\.tgz$/
20+
onlyIfPresent: /^sentry-browser-.*\.tgz$/
21+
includeNames: /\.js$/
22+
checksums:
23+
- algorithm: sha384
24+
format: base64
2125
config:
2226
canonical: 'npm:@sentry/browser'
2327
- name: registry
2428
type: sdk
25-
includeNames: /^sentry-node-.*\.tgz$/
29+
onlyIfPresent: /^sentry-node-.*\.tgz$/
2630
config:
2731
canonical: 'npm:@sentry/node'
2832
- name: gh-pages

0 commit comments

Comments
 (0)
0