Extra comme

This commit is contained in:
Daoud Clarke 2023-10-12 22:06:57 +01:00
parent bd496aeab2
commit b182e92b75
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"scripts": {
"dokku": {
"predeploy": "rm -r /app/static/* && cp -r /front-end-build/* /app/static/",
"predeploy": "rm -r /app/static/* && cp -r /front-end-build/* /app/static/"
}
}
}