mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 11:35:49 +02:00
camel casing and fixes
This commit is contained in:
@@ -24,7 +24,7 @@ jq '.version = "'$VERSION'"' package.json|sponge package.json
|
||||
|
||||
git add package.json
|
||||
|
||||
echo 'module.exports = { build_date:"'`date --iso-8601=seconds`'", build_revision: "'`git log -1 --format="%H"`'" };' > services/build.js
|
||||
echo 'module.exports = { buildDate:"'`date --iso-8601=seconds`'", buildRevision: "'`git log -1 --format="%H"`'" };' > services/build.js
|
||||
|
||||
git add services/build.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user