Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 10, 2018
1 parent 1d0836b commit 5f859e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"lint": "standard-markdown docs/**/*.md !docs/v8-tips/freeing-memory.md !docs/workflow/scope.md",
"pretest": "npm run lint",
"server:dev": "cd docs && browser-sync start --server --files \"index.html, **/*.md, main.min.js, style.min.css\"",
"test": "echo 'no tests yet' && exit 0"
"test": "echo 'no tests yet' && exit 0",
"build": "gulp build",
"start": "docsify start docs"
},
"private": true,
"license": "MIT"
Expand Down

0 comments on commit 5f859e0

Please sign in to comment.