Showing
1 changed file
with
1 additions
and
0 deletions
@@ -11,6 +11,7 @@ | @@ -11,6 +11,7 @@ | ||
11 | "start": "node app.js", | 11 | "start": "node app.js", |
12 | "dev": "nodemon -e js,hbs -i public/ app.js", | 12 | "dev": "nodemon -e js,hbs -i public/ app.js", |
13 | "online": "NODE_ENV=\"production\" node app.js", | 13 | "online": "NODE_ENV=\"production\" node app.js", |
14 | + "build": "gulp ge --cwd=public", | ||
14 | "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", | 15 | "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", |
15 | "lint-js": "eslint -c .eslintrc --cache .", | 16 | "lint-js": "eslint -c .eslintrc --cache .", |
16 | "lint-css": "stylelint --syntax scss --config .stylelintrc public/scss/**/*.css", | 17 | "lint-css": "stylelint --syntax scss --config .stylelintrc public/scss/**/*.css", |
-
Please register or login to post a comment