Skip to content

Commit

Permalink
npm docs opens the docs; we want to generate them
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Mar 4, 2024
1 parent 50f4381 commit f5c75d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pds/roundup/_nodejs.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def execute(self):
class _DocsStep(_NodeJSStep):
'''A step that uses JSDoc (invoked by ``npm docs``) to generate documentation'''
def execute(self):
invoke(['npm', 'docs'])
invoke(['npm', 'run', 'docs'])


class _VersionBumpingStep(_NodeJSStep):
Expand Down

0 comments on commit f5c75d0

Please sign in to comment.