secure development flow

For fast development u(contributors) can remove.
do not forget lint `npm run lint` on PR
pull/3698/head
Daniel 2021-05-06 02:33:50 +05:30
parent bb8be82e5b
commit 74baa01504
1 changed files with 2 additions and 2 deletions

View File

@ -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",