Skip to content

Commit

Permalink
Update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jun 4, 2017
1 parent 23cd005 commit 491c6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
www/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "mermaidjs.github.io",
"version": "0.1.0",
"scripts": {
"start": "gitbook serve ./markdown ../mermaidjs.github.io",
"build": "gitbook build ./markdown ../mermaidjs.github.io"
"start": "gitbook serve ./markdown ./www",
"release": "gitbook build ./markdown ./www && cp -r www/* ../mermaidjs.github.io/"
},
"devDependencies": {
"gitbook-cli": "^2.3.0"
Expand Down

0 comments on commit 491c6b7

Please sign in to comment.