1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

fix prod deploy for snap and npm

This commit is contained in:
Kyle Spearrin
2019-03-20 14:15:32 -04:00
parent a59b7a1942
commit 042201e895
2 changed files with 2 additions and 1 deletions

View File

@@ -29,3 +29,4 @@ Copy-Item -Path $snapDir -Destination $distSnapDir Recurse
(Get-Content $snapDistYaml).replace('__version__', $version) | Set-Content $snapDistYaml
cd $distSnapDir
snapcraft
cd $rootDir