Skip to content

Commit

Permalink
only do git submodule update once
Browse files Browse the repository at this point in the history
  • Loading branch information
leoj3n committed Apr 10, 2017
1 parent 7e93e50 commit 5a782ba
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 @@ -25,7 +25,7 @@
"genc": "bit-docs -dc",
"genf": "bit-docs -df",
"gh-pages": "gh-pages -d gh-pages",
"postinstall": "git submodule update --init",
"preinstall": "[ -f docs/modules/bit-docs/package.json ] || git submodule update --init",
"pub": "npm run gh-pages",
"see": "http-server gh-pages",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 5a782ba

Please sign in to comment.