Compare commits
1 Commits
greenkeepe
...
heroku-pos
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12bdcdd296 |
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server",
|
"start": "node server",
|
||||||
"postinstall": "if [ \"$NODE_ENV\" = production ]; then cd react-ui/ && npm install --only=dev && npm install && npm run build; fi"
|
"heroku-postbuild": "cd react-ui/ && npm install --only=dev && npm install && npm run build"
|
||||||
},
|
},
|
||||||
"cacheDirectories": [
|
"cacheDirectories": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|||||||
Reference in New Issue
Block a user