Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 9e12871

Browse files
committed
fixing version
1 parent c0013b6 commit 9e12871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "jest",
2222
"update": "npm update && npm audit fix",
2323
"postversion": "npm run save_version && git add . && git commit -m \"auto: version update\"",
24-
"save_version": "echo \"export const Version = \\\"$npm_package_version\\\"\" > ./src/lib/constants/version.ts"
24+
"save_version": "echo export const Version = \"%npm_package_version%\" > ./src/lib/constants/version.ts"
2525
},
2626
"dependencies": {
2727
"@blockception/shared": "^0.0.1",

0 commit comments

Comments
 (0)