Skip to content

Commit e979405

Browse files
committed
chore: add verbose flag to download region script
1 parent cf6c147 commit e979405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:badges": "npm run clear:badges && npm run test && jest-coverage-badges --input ./reports/coverage/coverage-summary.json --output ./badges",
2626
"test:debug": "jest --watchAll --runInBand",
2727
"prebuild": "rimraf dist && mkdir -p dist/lib && npm run download-regions",
28-
"download-regions": "curl -s --max-time 30 --fail https://artifacts.contentstack.com/regions.json -o dist/lib/regions.json || echo 'Warning: Failed to download regions.json'",
28+
"download-regions": "curl -v --max-time 30 --fail https://artifacts.contentstack.com/regions.json -o dist/lib/regions.json || echo 'Warning: Failed to download regions.json'",
2929
"build": "tsc && rollup -c",
3030
"format": "prettier --write \"src/**/*.ts\"",
3131
"prepare": "husky install && npm run build",

0 commit comments

Comments
 (0)