Skip to content

Commit 50ef10d

Browse files
committed
Add missing flag in prepublishOnly
1 parent 2d8dbb8 commit 50ef10d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/fast-clubs-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@platforma-open/milaboratories.vj-usage": patch
3+
---
4+
5+
Add missing flag in prepublishOnly

block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "shx rm -rf ./block-pack && block-tools pack",
1010
"mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'",
11-
"prepublishOnly": "block-tools pack && block-tools publish -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'",
11+
"prepublishOnly": "block-tools pack && block-tools publish -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1' --registry-serve-url https://blocks.pl-open.science",
1212
"do-pack": "shx rm -f *.tgz && block-tools pack && pnpm pack && shx mv *.tgz package.tgz"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)