shubhankartrivedi
HOBBYOP
2 years ago
nodejs package.json basically
8 Replies
2 years ago
.
...
"deploy": {
"startCommand": "npm run purge-cache && npm run start",
...Currently i'm doing this
2 years ago
There is no platform native way to run something after your start command
2 years ago
create a bash script and make it run that bash script