You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/meta/contribute/build.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ will install all dependencies for the ``lab.js`` library, whereafter
51
51
52
52
yarn run build:js
53
53
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.
0 commit comments