Fix manifests
This commit is contained in:
parent
e2b24725ef
commit
8e4ac3a26a
3 changed files with 20 additions and 18 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue