We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85c7cec + 4b07ef1 commit e1be600Copy full SHA for e1be600
.changelog/265.trivial.md
@@ -0,0 +1 @@
1
+Remove newline from BUILD_COMMIT
home/vite.config.ts
@@ -22,7 +22,7 @@ export default defineConfig({
22
},
23
define: {
24
APP_VERSION: JSON.stringify(version),
25
- BUILD_COMMIT: JSON.stringify(execSync('git rev-parse HEAD').toString()),
+ BUILD_COMMIT: JSON.stringify(execSync('git rev-parse HEAD').toString().trim()),
26
BUILD_DATETIME: JSON.stringify(new Date().getTime()),
27
GITHUB_REPOSITORY_URL: JSON.stringify('https://github.com/oasisprotocol/rose-app/'),
28
OASIS_HOME_PAGE_URL: JSON.stringify('https://oasisprotocol.org/'),
0 commit comments