Skip to content

Commit

Permalink
tesing deploy script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 25, 2024
2 parents b1a171b + be06297 commit baad147
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
{
"name": "scanr-next-gen",
<<<<<<< HEAD
"version": "1.0.1",
=======
"version": "0.0.5",
>>>>>>> 6ae5b26 (add root package.json)
"description": "scanR next generation",
"main": "null",
"workspaces": [
"client"
],
"scripts": {
<<<<<<< HEAD
"test": "null"
=======
"deploy": "git switch main && git pull origin main --rebase --tags && git merge origin/staging && npm version $npm_config_level --workspaces --include-workspace-root && git push origin main --tags && git switch staging"
>>>>>>> 6ae5b26 (add root package.json)
},
"repository": {
"type": "git",
Expand All @@ -30,8 +22,4 @@
"url": "https://github.com/dataesr/scanr-next-gen/issues"
},
"homepage": "https://github.com/dataesr/scanr-next-gen#readme"
<<<<<<< HEAD
}
=======
}
>>>>>>> 6ae5b26 (add root package.json)
}

0 comments on commit baad147

Please sign in to comment.