Skip to content

Commit 2a15cf6

Browse files
committed
chore(ghPagesDeploy): fix typedoc script being top-level again
1 parent d27ceb2 commit 2a15cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ghPagesDeploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function main() {
5555
execSync('npm run --prefix=website/ build', { stdio: 'inherit' });
5656

5757
// build the typedoc website
58-
execSync('npm run --workspace=mongodb-memory-server-core typedoc', { stdio: 'inherit' });
58+
execSync('npm run typedoc', { stdio: 'inherit' });
5959

6060
console.log('\nSwitching Branches\n');
6161

0 commit comments

Comments
 (0)