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 fc3d21b commit cbb4215Copy full SHA for cbb4215
1 file changed
package.json
@@ -57,7 +57,7 @@
57
"build": "npm run build:dist --",
58
"build:changelog": "NODE_NO_WARNINGS=1 symbiote build changelog",
59
"build:dist": "NODE_NO_WARNINGS=1 symbiote build distributables --skip-bijective 'test/fixtures/.+$'",
60
- "build:docs": "NODE_NO_WARNINGS=1 symbiote build docs",
+ "build:docs": "NODE_NO_WARNINGS=1 symbiote build docs --options --gitRemote upstream --entries 'src/**/*.ts' 'test/setup.ts' 'types/**/*.ts'",
61
"clean": "NODE_NO_WARNINGS=1 symbiote clean",
62
"format": "NODE_NO_WARNINGS=1 symbiote format --hush",
63
"info": "NODE_NO_WARNINGS=1 symbiote project info",
0 commit comments