Skip to content

Commit

Permalink
simplify commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed May 10, 2024
1 parent 7c54a0a commit 15513a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion isp-site/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jq:

git:
git add .
git commit -m "Build version $(SEMVER)+$(BUILD)"
git commit -m "Build v$(SEMVER)+$(BUILD)"

4 changes: 2 additions & 2 deletions isp-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@testing-library/user-event": "^14.5.2"
},
"scripts": {
"app": "echo $npm_package_name v$npm_package_version",
"app": "echo v$npm_package_version",
"start": "react-scripts start",
"build": "react-scripts build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand Down Expand Up @@ -55,4 +55,4 @@
]
},
"packageManager": "[email protected]"
}
}

0 comments on commit 15513a7

Please sign in to comment.