Files
zulip/tools
Priyank Patel 9504d403b3 github-actions: Fix incorrect hash key in production install job.
The hash keys were missing hash for package.json and yarn.lock
because they were not present since we don't do a full checkout
in this job. We fix this by sending over those files and generating
hashes from them.

I usally verify these cache keys by clicking the Restore <cache>
step dropdown menu and then clicking the Run ... dropdown menu again
to see the generated hash.
2020-08-03 12:37:20 -07:00
..
2020-06-11 16:45:32 -07:00
2020-07-30 15:12:22 -07:00
2020-07-30 15:12:22 -07:00
2020-06-11 16:45:32 -07:00
2019-08-06 23:29:11 -07:00
2020-06-11 16:45:32 -07:00
2019-11-04 18:12:11 -08:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.