Add cancelation charges
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
"start-server": "nodemon server.js",
|
||||
"start-client": "cd client && yarn start",
|
||||
"start": "node server.js",
|
||||
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
|
||||
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
|
||||
"check-booking-changes": "node ./cronServices/checkBookingChanges.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "11.12.x"
|
||||
|
||||
Reference in New Issue
Block a user