Skip to content
Snippets Groups Projects
Commit fc97c9a3 authored by AndiMajore's avatar AndiMajore
Browse files

fixing issue with automatic drugst.one version

parent ef31f314
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ MESSAGE=$2 ...@@ -19,7 +19,7 @@ MESSAGE=$2
echo "Committing all changes" echo "Committing all changes"
git commit -am "$MESSAGE" git commit -am "$MESSAGE"
echo "Updating version.ts" echo "Updating version.ts"
echo "export const version = 'v$1';" echo "export const version = 'v$1';" > ../src/version.ts
echo "Tagging Version..." echo "Tagging Version..."
npm version "$1" -m "$MESSAGE" npm version "$1" -m "$MESSAGE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment