Skip to content

Commit

Permalink
Add npm install command to docs session
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Feb 23, 2024
1 parent f85948c commit 6fff229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def docs(session: nox.Session):
)

with session.cd("web/docusaurus"):
session.run_always("npm", "install", external=True)
if "build" in session.posargs:
session.run("npm", "run", "build", external=True)
else:
Expand Down

0 comments on commit 6fff229

Please sign in to comment.