Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 8844683

Browse files
Fix path in library build instructions
Thanks to @tpronk for reporting this oversight!
1 parent 676adb6 commit 8844683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/meta/contribute/build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ will install all dependencies for the ``lab.js`` library, whereafter
5151
5252
yarn run build:js
5353
54-
will output a transpiled version in the ``packages/library/build`` directory. If you would like the transpiled output to be updated automatically as you make changes, ``yarn run watch:js`` will do that for you.
54+
will output a transpiled version in the ``packages/library/dist`` directory. If you would like the transpiled output to be updated automatically as you make changes, ``yarn run watch:js`` will do that for you.
5555

5656
.. code::
5757

0 commit comments

Comments
 (0)