From 2c6a84695659c7f79cb8141643b15fafc1fbc8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Thu, 30 Sep 2021 12:33:03 +0200 Subject: [PATCH] Update dev:styles script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abbcd21..f0bb847 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build:styles": "sass --style=compressed src/styles/:dist/assets/css/", "build": "npm run build:site && npm run build:styles", "dev:site": "eleventy --serve", - "dev:styles": "npm run build:styles -- --watch" + "dev:styles": "sass --watch src/styles/:dist/assets/css/" }, "license": "MIT", "dependencies": {