mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
Update to use yarn dev
This commit is contained in:
parent
28352a1434
commit
b02d3c9509
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user