Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman authored Dec 2, 2024
1 parent 6ab5f7d commit 76bbf2f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@

- 5dddc7f: `pnpm build` will build all packages in the workspace.

- By default the JS/CSS will be transpiled for production.
- By default the JS/CSS will be transpiled for production.

To compile to development mode you can set `NODE_ENV=development` before running the build command.
To compile to development mode you can set `NODE_ENV=development` before running the build command.

> [!TIP]
> You can persist the `NODE_ENV` setting in you personal `.env.local` file. This file will not be commited to the repository.
> [!TIP]
> You can persist the `NODE_ENV` setting in you personal `.env.local` file. This file will not be commited to the repository.
- 2e44af5: changeset integration

- detailed workflow (local first) :

```
...
# add as many changesets as you want while developing on a release
pnpm changeset add
Expand Down

0 comments on commit 76bbf2f

Please sign in to comment.