diff --git a/app.json b/app.json index 585f55d..16434ce 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "scripts": { "dokku": { - "predeploy": "npm build" + "predeploy": "npm build && touch dist/.static" } } } \ No newline at end of file