Skip to content

Commit

Permalink
force
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Jul 2, 2024
1 parent 14cf584 commit d77c38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typespec-tests/Setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (Test-Path package-lock.json) {
# typespec-tests references typespec-java via a local file path.
# npm ci will fail when the hash of the package is different from the one in package-lock.json.
# To avoid this, we remove package-lock.json and run npm install instead.
npm install
npm install --force

# delete output
if (Test-Path tsp-output) {
Expand Down

0 comments on commit d77c38b

Please sign in to comment.