Skip to content

Commit 8a27e32

Browse files
committed
deploy: pin map artifact to v2.5.0 (2.4.3 is the 2023 gem tag)
1 parent 757be8a commit 8a27e32

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/
22
.wrangler/
3+
maps/
4+
.tmp-interscript-maps-ir-*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"deploy": "npm run fetch:maps && wrangler deploy",
77
"dev": "wrangler dev",
8-
"fetch:maps": "node scripts/fetch-maps-artifact.mjs 2.4.3 maps",
8+
"fetch:maps": "node scripts/fetch-maps-artifact.mjs 2.5.0 maps",
99
"deploy:staging": "npm run fetch:maps && wrangler deploy --config wrangler.staging.jsonc"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)