remove .static from dist
This commit is contained in:
parent
4b91736c66
commit
29a2d5539e
1 changed files with 1 additions and 1 deletions
2
app.json
2
app.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dokku": {
|
"dokku": {
|
||||||
"predeploy": "npm build && touch dist/.static"
|
"predeploy": "npm build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue