Skip to content

Commit

Permalink
Add --no-audit and --maxsockets 1
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Mar 14, 2024
1 parent d744b96 commit 5db0ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"start-dev": "npm install && npm start"
"start-dev": "npm install --no-audit --maxsocket 1 && npm start"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
Expand Down

0 comments on commit 5db0ccd

Please sign in to comment.