Docs Development
Zip File Handling
Zip files are available for three quick-start Airnode deployment guides:
To facilitate the creation of these zip files, the following script can be run:
sh
pnpm zip:create
1
To ensure that the config.json
files within these zip files do not get out-of-sync with their input config.json
files, the following script is run as part of the pre-push hook (it can also be run independently):
sh
pnpm zip:config-check
1