Skip to content

Commit

Permalink
add separate install scripts for each package
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnize committed Jul 27, 2023
1 parent 2aea4af commit efc2492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"separate-install": "pnpm -w separate-install:client",
"dev": "next dev",
"build": "next build",
"start": "next start",
Expand Down
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "./dist/server.js",
"type": "module",
"scripts": {
"separate-install": "pnpm -w separate-install:server",
"start": "node ./dist/server.js",
"build": "tsc",
"dev": "tsc-watch --noClear --onSuccess \"node ./dist/server.js\""
Expand Down

0 comments on commit efc2492

Please sign in to comment.