mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 02:19:08 +00:00
update everything. use npm instead of yarn.
This commit is contained in:
parent
36af7ac8f2
commit
77f81dc8b6
7 changed files with 13 additions and 16 deletions
8
start.sh
8
start.sh
|
@ -3,12 +3,12 @@
|
|||
docker-compose up -d
|
||||
|
||||
pushd Server
|
||||
npm ci
|
||||
yarn dev
|
||||
npm i
|
||||
npm run dev
|
||||
|
||||
popd
|
||||
|
||||
pushd UI
|
||||
npm ci
|
||||
yarn start
|
||||
npm i
|
||||
npm start
|
||||
popd
|
Loading…
Add table
Add a link
Reference in a new issue