Skip to content

Commit 1adaacf

Browse files
authored
Apply DRY principle for npm scripts
1 parent 8a80a4a commit 1adaacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"start": "gulp serve",
15-
"start:debug": "cross-env DEBUG=express-mongoose-es6-rest-api:* gulp serve",
15+
"start:debug": "cross-env DEBUG=express-mongoose-es6-rest-api:* yarn start",
1616
"build": "gulp",
1717
"lint": "esw *.js server config --color",
1818
"lint:watch": "yarn lint -- --watch",

0 commit comments

Comments
 (0)