Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
osmapi committed Jan 13, 2024
1 parent 5a79721 commit 779f8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"app:dir": "electron-builder --dir",
"app:dist": "electron-builder",
"release": "electron-builder",
"apply-version": "npm version patch && echo $npm_package_version && find . -path ./node_modules -prune -o -name \"*.js\" -print0 | xargs -0 sed -i '' -e \"s/const X_APP_VERSION \\=.*/const X_APP_VERSION \\= '$npm_package_version'/g\"",
"rc": "npm version patch && git push origin && git push origin --tags"
"apply-version": "echo $npm_package_version && find . -path ./node_modules -prune -o -name \"*.js\" -print0 | xargs -0 sed -i '' -e \"s/const X_APP_VERSION \\=.*/const X_APP_VERSION \\= '$npm_package_version'/g\"",
"rc": "npm version patch && apply-version && git push origin && git push origin --tags"
},
"author": "LaaS Cloud OÜ",
"license": "ISC",
Expand Down

0 comments on commit 779f8f7

Please sign in to comment.