Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Commit de935b4

Browse files
author
floatwork_jan
committed
simply concurrently args
1 parent 5f71898 commit de935b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

generators/app/templates/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "<%= pkg.scriptDev %>",
99
"lint:coffee": "coffeelint src/",<% if (pkg.stylelintConfig) { %>
1010
"lint:styles": "stylelint styles/*.{css,less}",<% } %>
11-
"lint": "concurrently 'npm run lint:coffee' 'npm run lint:styles'",
11+
"lint": "concurrently 'npm run lint:*'",
1212
"<%= pkg.buildScript %>": "npm run build",
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"lint:ejs": "ejslint generators/**/*.ejs",
1010
"lint:js": "eslint generators/**/*.js",
11-
"lint": "concurrently 'npm run lint:js' 'npm run lint:ejs'",
11+
"lint": "concurrently 'npm run lint:*'",
1212
"test": "npm run lint"
1313
},
1414
"keywords": [

0 commit comments

Comments
 (0)