Skip to content

Commit

Permalink
Revert "Start using the npm-installed gulp"
Browse files Browse the repository at this point in the history
This reverts commit c919b2a.
  • Loading branch information
pradyunsg committed Feb 28, 2021
1 parent 5350c4a commit 25c5b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def docs_live(session):
@nox.session(reuse_venv=True)
def docs(session):
# Generate relevant files prior to installation
session.run("./node_modules/.bin/gulp", "build", external=True)
session.run("gulp", "build", external=True)

_install_this_project_with_flit(session, extras=["doc"], editable=False)

Expand Down

0 comments on commit 25c5b30

Please sign in to comment.