Browse Source

secure development flow

For fast development u(contributors) can remove.
do not forget lint `npm run lint` on PR
pull/3698/head
Daniel 4 years ago
parent
commit
74baa01504
  1. 4
      package.json

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

Loading…
Cancel
Save