We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e46ff2 + e979405 commit 104c4b8Copy full SHA for 104c4b8
1 file changed
package.json
@@ -25,7 +25,7 @@
25
"test:badges": "npm run clear:badges && npm run test && jest-coverage-badges --input ./reports/coverage/coverage-summary.json --output ./badges",
26
"test:debug": "jest --watchAll --runInBand",
27
"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'",
+ "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'",
29
"build": "tsc && rollup -c",
30
"format": "prettier --write \"src/**/*.ts\"",
31
"prepare": "husky install && npm run build",
0 commit comments