Skip to content

Commit

Permalink
fix: version script is not using cordova anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Sep 20, 2023
1 parent 26a9ec9 commit 731ef01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"url": "https://github.com/kalisio/crisis/issues"
},
"scripts": {
"version": "cordova-set-version src-cordova/config.xml.tpl",
"release:patch": "cd api && npm run release:patch && cd .. && npm version --no-git-tag-version --force patch",
"release:minor": "cd api && npm run release:minor && cd .. && npm version --no-git-tag-version --force minor",
"release:major": "cd api && npm run release:major && cd .. && npm version --no-git-tag-version --force major",
Expand Down

0 comments on commit 731ef01

Please sign in to comment.