Skip to content

Commit

Permalink
chore: use workspace to add an easy way to install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dun-sin authored Jul 25, 2023
1 parent 846d2a6 commit d61c029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
],
"scripts": {
"start:server": "npm run start --workspace=server",
"install:server": "npm install --workspace=server",
"install:client": "npm install --workspace=client",
"start:client": "npm run start --workspace=client",
"build:client": "npm run build --workspace=client",
"lint:client": "npm run lint --workspace=client",
"format: client": "npm run format --workspace=client",
"start": "npm run start:server & npm run start:client",
"install": "npm run install:client && npm run install:server",
"semantic-release": "semantic-release --branches main"
},
"repository": {
Expand Down

0 comments on commit d61c029

Please sign in to comment.