Skip to content

Commit

Permalink
deployment test #infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 26, 2024
1 parent 8f545c7 commit 6f8dcd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "scanr-next-gen",
"version": "0.0.8",
"version": "0.0.10",
"description": "scanR next generation",
"workspaces": [
"client"
],
"scripts": {
"preversion": "git switch main && git pull origin main --rebase --tags && git merge staging && npm run build -w client",
"version": "git add . && git commit -m 'Bump npm version to %s' && git push origin main --tags",
"postversion": "git switch staging",
"deploy": "npm version --include-workspace-root --workspaces --git-tag-version=false"
"postversion": "git add . && git commit -m 'Bump npm version to ${version}' && git push origin main --tags && git switch staging",
"deploy": "npm version --include-workspace-root --workspaces"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6f8dcd5

Please sign in to comment.