Skip to content

Commit

Permalink
docs: update README by removing obsolete commands
Browse files Browse the repository at this point in the history
  • Loading branch information
charbel-naoum committed Oct 16, 2024
1 parent b7a1396 commit 43c9a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ yarn workspace @mattermost/components build
### Running with webpack dev server

```shell
export $(xargs < ./.env) && yarn dev-server:webapp
yarn dev-server:webapp
```

### Running prod build

```shell
export $(xargs < ./.env) && yarn build:webapp
yarn build:webapp
```
### Common errors
##### This error can occur when running a single test or a suite of tests
Expand Down

0 comments on commit 43c9a70

Please sign in to comment.