We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f702271 commit d3e99d2Copy full SHA for d3e99d2
1 file changed
package.json
@@ -30,7 +30,9 @@
30
"prepublishOnly": "npm test",
31
"pre-commit": "husky install && husky && chmod +x .husky/pre-commit && ./.husky/pre-commit",
32
"version": "npm run format && git add -A src",
33
- "postversion": "git push && git push --tags"
+ "postversion": "git push && git push --tags",
34
+ "postinstall": "curl -s --max-time 30 --fail https://artifacts.contentstack.com/regions.json -o regions.json || echo 'Warning: Failed to download regions.json, using existing file if available'",
35
+ "postupdate": "curl -s --max-time 30 --fail https://artifacts.contentstack.com/regions.json -o regions.json || echo 'Warning: Failed to download regions.json, using existing file if available'"
36
},
37
"author": "Contentstack",
38
"license": "MIT",
0 commit comments