Skip to content

Commit

Permalink
fixing for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 authored Feb 25, 2025
1 parent ee33255 commit f675764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest",
"update": "npm update && npm audit fix",
"postversion": "npm run save_version && git add . && git commit -m \"auto: version update\"",
"save_version": "echo export const Version = \"%npm_package_version%\" > ./src/lib/constants/version.ts"
"save_version": "echo \"export const Version = \\\"$npm_package_version\\\"\" > ./src/lib/constants/version.ts"
},
"dependencies": {
"@blockception/shared": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion server/src/lib/constants/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const Version = %npm_package_version%
export const Version = "8.0.25"

0 comments on commit f675764

Please sign in to comment.