Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
redmannequin committed Apr 13, 2019
1 parent 56f32c4 commit 85a95e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"description": "Searchable Recipes From Ingredients",
"scripts": {
"client-install": "npm install --prefix client",
"client-install": "npm install --prefix ../client",
"server": "nodemon dist/app.js",
"client": "npm start --prefix client",
"client": "npm start --prefix ../client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"start": "node dist/app.js",
"build": "tsc",
Expand Down

0 comments on commit 85a95e4

Please sign in to comment.