Added payment type to modal and lists BOD-230
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.1",
|
||||
"license": "UNLICENSED",
|
||||
"engines": {
|
||||
"node": "12.16.2",
|
||||
"node": "12.18.3",
|
||||
"npm": "6.11.3"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -12,7 +12,8 @@
|
||||
"client": "cd client && yarn start",
|
||||
"server": "nodemon server.js",
|
||||
"build": "cd client && npm run build",
|
||||
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\" \"yarn admin\"",
|
||||
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
|
||||
"deva": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\" \"yarn admin\"",
|
||||
"start": "node server.js",
|
||||
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user