Skip to content

Commit

Permalink
Merge pull request #75 from readme-experts/chore-build-script
Browse files Browse the repository at this point in the history
chore: added build script
  • Loading branch information
akaeyuhi authored Jun 7, 2023
2 parents 926a0be + 1650728 commit 650366a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"scripts": {
"installDependecies": "npm install && npm install --prefix src/client",
"build": "npm run --prefix src/client build && nest build"
"start":" npm run --prefix src/client build && nest start",
"start:dev": "nest start --watch"
},
Expand Down

0 comments on commit 650366a

Please sign in to comment.