update everything. use npm instead of yarn.

This commit is contained in:
Katie Thornhill 2019-11-20 00:17:07 -05:00
parent 36af7ac8f2
commit 77f81dc8b6
No known key found for this signature in database
GPG key ID: F76EDC6541A99644
7 changed files with 13 additions and 16 deletions

View file

@ -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