mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-03 19:39:54 -06: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