Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 26, 2024
1 parent 6a52a8b commit 8f545c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -51,4 +51,4 @@
"typescript": "^5.2.2",
"vite": "^5.0.4"
}
}
}
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
],
"scripts": {
"preversion": "git switch main && git pull origin main --rebase --tags && git merge staging && npm run build -w client",
"version": "git push origin main --tags",
"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"
"deploy": "npm version --include-workspace-root --workspaces --git-tag-version=false"
},
"repository": {
"type": "git",
Expand All @@ -21,4 +21,4 @@
"url": "https://github.com/dataesr/scanr-next-gen/issues"
},
"homepage": "https://github.com/dataesr/scanr-next-gen#readme"
}
}

0 comments on commit 8f545c7

Please sign in to comment.