Skip to content

Commit

Permalink
build(all): fix depgraph command in main package
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 28, 2018
1 parent d376f87 commit a6e49b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"lerna": "^2.8.0"
},
"scripts": {
"depgraph": "scripts/depgraph && git add assets/deps.png && git commit -m 'update dep graph` && git push"
"depgraph": "scripts/depgraph && git add assets/deps.png && git commit -m 'update dep graph' && git push"
}
}

0 comments on commit a6e49b3

Please sign in to comment.