mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
deploying to heroku
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"scripts": {
|
||||
"start": "node ./app.js",
|
||||
"debug": "cross-env NODE_ENV=dev npx nodemon --inspect ./app.js",
|
||||
"test": "cross-env NODE_ENV=test jest"
|
||||
"test": "cross-env NODE_ENV=test jest",
|
||||
"heroku-postbuild": "cd react && npm i && npm run build"
|
||||
},
|
||||
"author": "",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user