Browse Source

chore: add remove-lock-files script to the publish.ps1

pull/6433/head
mehmet-erim 6 years ago
parent
commit
f064725c63
  1. 4
      npm/publish.ps1

4
npm/publish.ps1

@ -31,6 +31,10 @@ $commands = (
"npm run lerna -- version $Version --yes --no-commit-hooks --skip-git --force-publish",
"npm run replace-with-tilde",
$PacksPublishCommand,
"cd scripts",
"yarn",
"yarn remove-lock-files",
"cd ..",
$UpdateGulpCommand
)

Loading…
Cancel
Save