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 d27ceb2 commit 2a15cf6Copy full SHA for 2a15cf6
scripts/ghPagesDeploy.js
@@ -55,7 +55,7 @@ function main() {
55
execSync('npm run --prefix=website/ build', { stdio: 'inherit' });
56
57
// build the typedoc website
58
- execSync('npm run --workspace=mongodb-memory-server-core typedoc', { stdio: 'inherit' });
+ execSync('npm run typedoc', { stdio: 'inherit' });
59
60
console.log('\nSwitching Branches\n');
61
0 commit comments