Skip to content

Commit

Permalink
update-version-info is now powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAndNil committed Sep 24, 2024
1 parent 3192690 commit 8bf4313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test-dotnet": "zarro @",
"prepare-build-artifacts": "zarro @",
"dump-env": "node -e \"console.log(process.env);\"",
"release": "run-s update-version-info build-release prepare-build-artifacts build-site",
"release": "run-s build-release prepare-build-artifacts build-site",
"release-beta": "cross-env DOTNET_CORE=1 VERSION_INCREMENT_STRATEGY=prerelease BUILD_CONFIGURATION=Release zarro release-nuget",
"zarro": "zarro",
"update-version-info": "zarro @",
Expand Down

0 comments on commit 8bf4313

Please sign in to comment.