Browse Source

Remove comment after testing

pull/544/head
Guillaume Vincent 4 years ago
parent
commit
0835b64172
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bin/build_web_extensions
  2. +1
    -1
      bin/build_web_site

+ 1
- 1
bin/build_web_extensions View File

@@ -99,7 +99,7 @@ function build {
function commit_and_push {
git add .
git commit --message="Auto build for lesspass-web-extension"
#git push
git push
}

current_version=$( grep -Po '(?<="version": ")[^"]*' packages/lesspass-web-extension/package.json )


+ 1
- 1
bin/build_web_site View File

@@ -97,7 +97,7 @@ function build {
function commit_and_push {
git add .
git commit --message="Auto build for lesspass-site"
#git push
git push
}

current_version=$( grep -Po '(?<="version": ")[^"]*' packages/lesspass-site/package.json )


Loading…
Cancel
Save