create .static for dokku

This commit is contained in:
Dovi Cowan 2023-02-20 01:08:52 +00:00
parent 9eb03eecfd
commit 57d9dd16cd
Signed by: dcowan
GPG key ID: C110D77558FBC227

View file

@ -1,7 +1,7 @@
{
"scripts": {
"dokku": {
"predeploy": "npm build"
"predeploy": "npm build && touch dist/.static"
}
}
}