Skip to content

Commit

Permalink
Update CONTRIBUTING.rst (apache#31435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adaverse authored May 25, 2023
1 parent e81ee55 commit 3d422fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,11 @@ To install yarn on macOS:
export PATH="$HOME/.yarn/bin:$PATH"
4. Install third-party libraries defined in ``package.json`` by running the
4. Install third-party libraries defined in ``package.json`` by running the following command

.. code-block:: bash
yarn install
Generate Bundled Files with yarn
--------------------------------
Expand Down

0 comments on commit 3d422fd

Please sign in to comment.