We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e93e50 commit 5a782baCopy full SHA for 5a782ba
package.json
@@ -25,7 +25,7 @@
25
"genc": "bit-docs -dc",
26
"genf": "bit-docs -df",
27
"gh-pages": "gh-pages -d gh-pages",
28
- "postinstall": "git submodule update --init",
+ "preinstall": "[ -f docs/modules/bit-docs/package.json ] || git submodule update --init",
29
"pub": "npm run gh-pages",
30
"see": "http-server gh-pages",
31
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments