Update to use yarn dev

This commit is contained in:
Matthias 2024-02-11 08:52:49 +01:00
parent 28352a1434
commit b02d3c9509
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
# build: yarn build
start: yarn serve --host
start: yarn dev --host
wait-on: 'http://127.0.0.1:3000'
- name: Build build

View File

@ -32,7 +32,7 @@ yarn install
### Compiles and hot-reloads for development
```
yarn serve
yarn dev
```
### Compiles and minifies for production
@ -79,7 +79,7 @@ docker-compose exec web /bin/bash
then
```
yarn serve
yarn dev
```
## Project setup for vscode and docker (developing inside dev container) on Linux
@ -97,7 +97,7 @@ View > Command palette > Enter: Remote-Containers rebuild container
### Serve your local server
```
yarn serve
yarn dev
```
You now have useful vscode extensions, git support, your command history of the project.