Skip to content

Commit

Permalink
fix(docs): Fix the architecture file output
Browse files Browse the repository at this point in the history
The npm run command makes a lot of noises, just muted it ;)
  • Loading branch information
nfroidure committed Mar 11, 2017
1 parent e41f4d7 commit 29f994d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

> jsarch@1.0.0 jsarch /home/nfroidure/projects/jsarch
> node bin/jsarch.js "src/jsarch.js" "src/jsarch.mocha.js" "bin/jsarch.js"
<!--
# This file is automatically generated by the `jsarch`
# module. Do not change it elsewhere, changes would
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cover": "istanbul cover _mocha --report html -- src/*.mocha.js -R spec -t 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- src/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"jsarch": "node bin/jsarch.js",
"architecture": "npm run jsarch -- src/*.js bin/*.js > ARCHITECTURE.md",
"architecture": "npm run jsarch --silent -- src/*.js bin/*.js > ARCHITECTURE.md",
"precz": "npm run graph && npm run architecture",
"cz": "env NODE_ENV=${NODE_ENV:-cli} git cz",
"graph": "npm run graph:build && npm run graph:generate",
Expand Down

0 comments on commit 29f994d

Please sign in to comment.