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

pull/6433/head
mehmet-erim 5 years ago
parent e38c232ae7
commit f064725c63

@ -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