Skip to content

Commit

Permalink
again and again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 26, 2024
1 parent 6c05d39 commit 6cbf39c
Show file tree
Hide file tree
Showing 3 changed files with 6 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.10",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "scanr-next-gen",
"version": "0.0.10",
"version": "0.1.0",
"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",
"postversion": "git push origin main --tags && git switch staging",
"postversion": "git add . && git commit -m 'Bump npm version' && git push origin main --tags && git switch staging",
"deploy": "npm version --include-workspace-root --workspaces"
},
"repository": {
Expand Down

0 comments on commit 6cbf39c

Please sign in to comment.