We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604ded2 commit a71f99dCopy full SHA for a71f99d
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"dev": "nodemon server/index.js",
9
"start": "node server/index.js",
10
- "build": "npm install --prefix server && npm install --prefix client && npm run build --prefix client"
+ "build": "npm install && npm install --prefix client && npm run build --prefix client"
11
},
12
"keywords": [],
13
"author": "",
0 commit comments