From dc527da736a6cfc546b3b545ac5cdfcc7731e194 Mon Sep 17 00:00:00 2001 From: nikurasu Date: Fri, 21 Oct 2022 07:48:53 +0200 Subject: [PATCH] rebuild run other node script for easier maintanence --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5f5b846..adee496 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js & $npm_execpath run watch-css", - "watch-css": "run-when-changed --watch 'src/public/themes/*.scss' --watch 'src/public/util/*.scss' --exec 'sass src/public/themes:src/dist/style & echo \"🎨 Rebuilded your css\"'", - "build": "sass src/public/themes:src/dist/style" + "watch-css": "run-when-changed --watch 'src/public/themes/*.scss' --watch 'src/public/util/*.scss' --exec '$npm_execpath run build'", + "build": "sass src/public/themes:src/dist/style & echo \"🎨 Rebuilded your css\"" }, "dependencies": { "ejs": "^3.1.8",