Fix manifests

This commit is contained in:
Andras Schmelczer 2025-12-08 20:11:56 +00:00
parent e2b24725ef
commit 8e4ac3a26a
3 changed files with 20 additions and 18 deletions

View file

@ -35,6 +35,8 @@ cd ..
cp frontend/obsidian-plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update cp frontend/obsidian-plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
git ls-files | xargs npx eclint fix
# Commit and tag # Commit and tag
git add . git add .
TAG=$(node -p "require('./frontend/obsidian-plugin/package.json').version") TAG=$(node -p "require('./frontend/obsidian-plugin/package.json').version")