Skip to content

Commit

Permalink
docs: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chaficnajjar authored Jan 14, 2025
1 parent cbeaf82 commit a1622c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Add the artifacts for the new `@repo/math` library to the `outputs` for the `bui

If you've [installed `turbo` globally](/repo/docs/getting-started/installation#global-installation), run `turbo build` in your terminal at the root of your Workspace. You can also run the `build` script from `package.json` with your package manager, which will use `turbo run build`.

The `@repo/math` package built before the `web` application built so that the runtime code in `./packages/math/dist` is available to the `web` application when it bundles.
The `@repo/math` package is built before the `web` application is built so that the runtime code in `./packages/math/dist` is available to the `web` application when it bundles.

<Callout type="info">
You can run `turbo build` again to see your `web` application rebuild in
Expand Down

0 comments on commit a1622c4

Please sign in to comment.