From 3927ae091c7d22986d1c67b90284889462b88b50 Mon Sep 17 00:00:00 2001 From: roushou Date: Mon, 10 Jun 2024 00:30:02 +0700 Subject: [PATCH] update `watch` script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed24dc376c..3c1ea0033b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "scripts": { "build": "packemon build --addEngines --addFiles --declaration && npx packemon validate --no-license --no-people --no-repo && tailwindcss -o ./src/styles.css --minify", - "watch": "tailwind -i ./src/index.css -o ./src/styles.css --watch", + "watch": "tailwind -o ./src/styles.css --watch", "check": "yarn format", "format": "prettier --log-level warn --write .", "format:check": "prettier --check .",