mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix(doc): typo in yarn dev cmd
This commit is contained in:
parent
f7adf75929
commit
ff6d4c0dfc
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ yarn type-check # TypeScript type checking
|
|||
yarn test # Unit testing
|
||||
```
|
||||
|
||||
> Note: If you're already running `yarn test:e2e`, there's no need to start a dev server. `yarn test:e2e` calls `yarn dev` internally and will eliminate the existing `yarn-dev` process, if any.
|
||||
> Note: If you're already running `yarn test:e2e`, there's no need to start a dev server. `yarn test:e2e` calls `yarn dev` internally and will eliminate the existing `yarn dev` process, if any.
|
||||
|
||||
> A quick and easy way to start hacking on koel is to open and run this repo in Gitpod, an online IDE with full Laravel support.
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue