From 74baa01504ba3c2bb5afd6c1e7763df119485a22 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Thu, 6 May 2021 02:33:50 +0530 Subject: [PATCH] secure development flow For fast development u(contributors) can remove. do not forget lint `npm run lint` on PR --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8111afab9..b6c8bfccf 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "compile": "npm-run-all --parallel css js", "sync": "browser-sync start --server --files *.html pages/ dist/", "watch": "concurrently \"npm:watch-*\"", - "watch-css": "nodemon --watch build/scss -e scss -x \"npm-run-all css-compile css-prefix\"", - "watch-js": "nodemon --watch build/ts -e ts -x \"npm-run-all js-compile\"" + "watch-css": "nodemon --watch build/scss -e scss -x \"npm-run-all css-lint css\"", + "watch-js": "nodemon --watch build/ts -e ts -x \"npm-run-all js-lint js\"" }, "keywords": [ "css",