fix: attempt to fix Dockerfile front build (#5020)
This commit is contained in:
@ -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).
|
||||
|
||||
Reference in New Issue
Block a user