Update 'package.json'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 22:15:21 +01:00
parent 77ae0a746b
commit 2913688e63

View File

@@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"start:up": "docker-compose -f docker-compose.yml -f docker-compose.start.yml -d"
"start:up": "docker-compose -f docker-compose.yml -f docker-compose.start.yml -d --force-recreate"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.8",