Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Nov 8, 2018
1 parent e62f75c commit f5e8f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
},
"scripts": {
"build": "concurrently --kill-others-on-fail \"yarn build:client\" \"yarn build:server\"",
"build:client": "cd client && yarn build",
"build:client": "cd client && yarn build --force",
"build:server": "docker-compose -f .docker/docker-compose.yml build",
"dev": "concurrently --kill-others-on-fail \"yarn start\" \"yarn start:client\"",
"log": "docker-compose -f .docker/docker-compose.yml logs -f --tail=10",
"prettier": "prettier",
"start:client": "cd client && yarn start",
"start:server": "docker-compose -f .docker/docker-compose.yml up -d",
Expand Down

0 comments on commit f5e8f15

Please sign in to comment.