Showing
1 changed file
with
1 additions
and
1 deletions
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | "scripts": { | 10 | "scripts": { |
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 | - "build": "cd public && gulp ge", | 13 | + "build": "gulp ge —cwd=public", |
14 | "online": "NODE_ENV=\"production\" node app.js", | 14 | "online": "NODE_ENV=\"production\" node app.js", |
15 | "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", | 15 | "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", |
16 | "lint-js": "eslint -c .eslintrc --cache --fix .", | 16 | "lint-js": "eslint -c .eslintrc --cache --fix .", |
-
Please register or login to post a comment