Skip to content

Commit

Permalink
Run dev tasks concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 9, 2017
1 parent 99cbc59 commit debe416
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@
"tips"
],
"devDependencies": {
"concurrently": "latest",
"docsify-cli": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-concat": "latest",
"gulp-cssnano": "latest",
"gulp-strip-css-comments": "latest",
"gulp-uglify": "latest",
"standard-markdown": "latest",
"standard": "latest"
"standard": "latest",
"standard-markdown": "latest"
},
"engines": {
"node": ">= 6"
},
"scripts": {
"dev": "docsify serve docs",
"dev": "concurrently \"gulp\" \"docsify serve docs\"",
"lint": "standard-markdown docs/**/*.md !docs/v8-tips/freeing-memory.md !docs/workflow/scope.md",
"pretest": "npm run lint",
"test": "echo 'no tests yet' && exit 0"
Expand Down

0 comments on commit debe416

Please sign in to comment.