From 2f37b4e341fe79888670780fc96868bae537350c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Thu, 5 Dec 2024 14:20:47 +0900 Subject: [PATCH] =?UTF-8?q?hook:=20view=E3=83=86=E3=83=B3=E3=83=97?= =?UTF-8?q?=E3=83=AC=E3=83=BC=E3=83=88=E6=9B=B4=E6=96=B0=E3=81=AE=E9=9A=9B?= =?UTF-8?q?=E3=82=82tailwind=E3=83=93=E3=83=AB=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c00992c4f43..e620cd682b6 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "app/View/Components/**/*.php": "./artisan view:clear", "package-lock.json": "npm install --prefer-offline --no-audit", "composer.lock": "composer install", - "resources/@(css|js)/**.*": "npm run build" + "resources/@(css|js|views)/**.*": "npm run build" } }