fetch reservations, find and update changed reservations

This commit is contained in:
Bilal Catic
2019-06-27 05:38:45 +02:00
parent aedb09d1be
commit 7aab1e538e
7 changed files with 127 additions and 4 deletions

View File

@@ -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"