Remove ws

This commit is contained in:
Andras Schmelczer 2026-01-18 22:09:27 +00:00
parent f784d05a86
commit cb2d82ab44
4 changed files with 11 additions and 39 deletions

View file

@ -31,7 +31,7 @@
"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 deterministic-tests local-client-cli && prettier --write \"**/*.ts\"",
"update": "ncu -u -ws"
"update": "ncu -u"
},
"devDependencies": {
"concurrently": "^9.2.1",
@ -41,4 +41,4 @@
"prettier": "^3.7.4",
"typescript-eslint": "8.49.0"
}
}
}