Skip to content

Commit dadcbff

Browse files
committed
Use --shallow for documentation
documentationjs/documentation#413
1 parent f0aab5a commit dadcbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"compile": "npm run compile:es2015",
6262
"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
6363
"meta": "npm run meta:docs && npm run meta:projectz",
64-
"meta:docs": "documentation build -f html -g source/**.js -o docs",
64+
"meta:docs": "documentation build --shallow -f html -g source/**.js -o docs",
6565
"meta:projectz": "projectz compile",
6666
"prepare": "npm run compile && npm run test && npm run meta",
6767
"release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",

0 commit comments

Comments
 (0)