Skip to content

Commit

Permalink
Add lock file for generate-doc tool
Browse files Browse the repository at this point in the history
A recent package update broke the tool so we are adding
a lock file to ensure we have a reliable execution.
  • Loading branch information
weshaggard committed Nov 15, 2024
1 parent 7d256c7 commit 29c682d
Show file tree
Hide file tree
Showing 2 changed files with 864 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/generate-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:

steps:
- script: |
npm install
npm ci
workingDirectory: $(System.DefaultWorkingDirectory)/eng/tools/generate-doc
displayName: "Install tool dependencies"
Expand Down
Loading

0 comments on commit 29c682d

Please sign in to comment.