fix: attempt to fix Dockerfile front build (#5020)

This commit is contained in:
Thaïs
2024-04-18 11:24:39 +02:00
committed by GitHub
parent 86afc34e61
commit 7065495223
4 changed files with 12 additions and 12 deletions

View File

@ -4,12 +4,12 @@ This library was generated with [Nx](https://nx.dev).
## Building
Run `yarn nx build twenty-ui` to build the library.
Run `npx nx build twenty-ui` to build the library.
## Storybook Server
Run `yarn nx start twenty-ui` to start the storybook development server on `localhost:6006`.
Run `npx nx start twenty-ui` to start the storybook development server on `localhost:6006`.
## Running unit tests
Run `yarn nx test twenty-ui` to execute the unit tests via [Jest](https://jestjs.io).
Run `npx nx test twenty-ui` to execute the unit tests via [Jest](https://jestjs.io).