From d9cbb484cd3c66992225d72a6a06645093c94032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 29 Oct 2021 21:06:39 +0200 Subject: [PATCH] wip --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ee5f1ea..6e5c6cc 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "@php artisan key:generate --ansi" ], "seed": "(rm -f content/**/*.md || true) && php artisan orbit:clear && php artisan db:seed", - "generate": "@php artisan html:generate static http://127.0.0.1:7777", + "generate": "php artisan orbit:clear && php artisan html:generate static http://127.0.0.1:7777", "serve": "@php -S 127.0.0.1:7777 -t static" }, "extra": {