We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b777437 commit a9b55d2Copy full SHA for a9b55d2
package.json
@@ -7,12 +7,10 @@
7
"start": "node bot.js",
8
"bot": "nodemon bot.js",
9
"client": "npm start --prefix client",
10
-
11
"dev": "concurrently \"npm run bot\" \"npm run client\"",
12
- "build":"cd client && npm run build",
13
14
- "install-client":"cd client && npm install",
15
- "heroku-postbuild": "npm run install-client && npm run build"
+ "build": "cd client && npm run build",
+ "install-client": "cd client && npm install",
+ "heroku-postbuild": "npm run install-client && npm run build"
16
},
17
"author": "Jos",
18
"license": "ISC",
0 commit comments