diff --git a/package.json b/package.json index 1ebdb9e..e9182f7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "docusaurus": "docusaurus", - "start": "docusaurus start", + "start": "docusaurus start --no-open", "build": "docusaurus build", "test": "tsx scripts/validate-docs.ts", "validate": "npm run test && npm run build",