Mention package.json in the shx description

This commit is contained in:
Manav Rathi 2024-03-26 12:30:44 +05:30
parent 8f978a3d3d
commit 6e737cdf9a
No known key found for this signature in database

View file

@ -52,6 +52,7 @@ Some extra ones specific to the code here are:
* [concurrently](https://github.com/open-cli-tools/concurrently) for spawning
parallel tasks when we do `yarn dev`.
* [shx](https://github.com/shelljs/shx) for providing a portable way to use
Unix commands in scripts. This allows us to use the same commands across
different platforms like Linux and Windows.
* [shx](https://github.com/shelljs/shx) for providing a portable way to use Unix
commands in our `package.json` scripts. This allows us to use the same
commands (like `ln`) across different platforms like Linux and Windows.