From 8fa143a6fcee1c2b8c6fd792aa7470a601c6d3ac Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:18:16 -0400 Subject: [PATCH] remove --watch option from tw:dev script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc3b3ce..04e264a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "JC's personal portfolio site", "main": "index.js", "scripts": { - "tw:dev": "tailwindcss -i ./views/styles.css -o ./static/styles.css --watch", + "tw:dev": "tailwindcss -i ./views/styles.css -o ./static/styles.css", "tw:prod": "tailwindcss -i ./views/styles.css -o ./static/styles.css --minify" }, "keywords": [