diff --git a/isp-site/makefile b/isp-site/makefile index bd864a6a..2f48b782 100644 --- a/isp-site/makefile +++ b/isp-site/makefile @@ -8,5 +8,5 @@ jq: git: git add . - git commit -m "Build version $(SEMVER)+$(BUILD)" + git commit -m "Build v$(SEMVER)+$(BUILD)" \ No newline at end of file diff --git a/isp-site/package.json b/isp-site/package.json index aa675f43..dc632e02 100644 --- a/isp-site/package.json +++ b/isp-site/package.json @@ -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'", @@ -55,4 +55,4 @@ ] }, "packageManager": "yarn@4.1.1" -} +} \ No newline at end of file