Browse Source
Merge pull request #18746 from abpframework/auto-merge/rel-8-0/2423
Merge branch dev with rel-8.0
pull/18756/head
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
npm/publish-mvc.ps1
|
|
|
@ -25,7 +25,7 @@ if ($IsPrerelease) { |
|
|
|
} |
|
|
|
|
|
|
|
$commands = ( |
|
|
|
"npm run lerna -- version $Version --yes --no-commit-hooks --skip-git --force-publish", |
|
|
|
"npm run lerna -- version $Version --yes --no-commit-hooks --no-git-tag-version --no-push --force-publish", |
|
|
|
"yarn replace-with-tilde", |
|
|
|
"cd scripts", |
|
|
|
"yarn install", |
|
|
|
|