Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ling <[email protected]>
  • Loading branch information
samchungy and 72636c authored Oct 31, 2024
1 parent 3477e1e commit fea155a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cli/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ With esbuild, you can supply the following options:
| `--debug` | Enable debug console output |
| `--project` | Point to a different `tsconfig.json` file |

## Bundling Assets
## Bundling assets

To bundle additional assets alongside your build, add an `assets` field inside the `skuba` section within your `package.json`.

Expand All @@ -78,7 +78,7 @@ To bundle additional assets alongside your build, add an `assets` field inside t
}
```

In this example, all `*.vocab/*translations.json` files found within `src` will be copied into the corresponding `lib` folders.
In this example, all `*.vocab/*translations.json` files found within `src` will be copied into the corresponding `lib` directory.

---

Expand Down Expand Up @@ -106,7 +106,7 @@ See our [Buildkite guide] for more information.

To bundle additional assets alongside your package, view the [bundling assets](#bundling-assets) section above.

These files will be copied into the corresponding `lib-commonjs` and `lib-es2015` folders.
These files will be copied into the corresponding `lib-commonjs` and `lib-es2015` directories.

| Option | Description |
| :--------- | :----------------------------------------------- |
Expand Down

0 comments on commit fea155a

Please sign in to comment.