Skip to content

Commit 8bf4313

Browse files
committed
update-version-info is now powershell
1 parent 3192690 commit 8bf4313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test-dotnet": "zarro @",
1616
"prepare-build-artifacts": "zarro @",
1717
"dump-env": "node -e \"console.log(process.env);\"",
18-
"release": "run-s update-version-info build-release prepare-build-artifacts build-site",
18+
"release": "run-s build-release prepare-build-artifacts build-site",
1919
"release-beta": "cross-env DOTNET_CORE=1 VERSION_INCREMENT_STRATEGY=prerelease BUILD_CONFIGURATION=Release zarro release-nuget",
2020
"zarro": "zarro",
2121
"update-version-info": "zarro @",

0 commit comments

Comments
 (0)