File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments