Try fixing CI

This commit is contained in:
Andras Schmelczer 2025-03-16 20:37:40 +00:00
parent 75583dedbe
commit 535169a039
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 26 additions and 3 deletions

View file

@ -16,7 +16,7 @@
"build": "npm run build --workspaces",
"dev": "concurrently --kill-others \"npm run dev -w sync-client\" \"npm run dev -w obsidian-plugin\"",
"test": "npm run test --workspaces",
"lint": "eslint --fix sync-client obsidian-plugin test-client && prettier --write \"**/*.(ts|scss|json|html)\"",
"lint": "eslint --fix sync-client obsidian-plugin test-client && prettier --write \"**/*.ts\"",
"update": "ncu -u -ws"
},
"devDependencies": {
@ -27,4 +27,4 @@
"prettier": "^3.5.3",
"typescript-eslint": "8.26.1"
}
}
}