Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 25, 2024
1 parent e4de53e commit 6f25b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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,14 +1,14 @@
{
"name": "scanr-next-gen",
"version": "0.0.6",
"version": "0.0.7",
"description": "scanR next generation",
"main": "null",
"workspaces": [
"client"
],
"scripts": {
"preversion": "git switch main && git pull origin main --rebase --tags && git merge origin/staging",
"version": "git add . && git commit -m 'deploy: version $npm_package_version",
"version": "git add . && git commit -m 'deploy: version $npm_package_version'",
"postversion": "git push origin main --tags && git switch staging",
"deploy": "npm version $npm_config_level --workspaces --include-workspace-root"
},
Expand Down

0 comments on commit 6f25b7b

Please sign in to comment.