Added in a button for syncing
This commit is contained in:
@@ -7,13 +7,14 @@
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc -b tsconfig.json",
|
||||
"build": "tsc -b tsconfig.json && npm run build --workspace @obsidian-sync/obsidian-plugin",
|
||||
"test": "tsx --test tests/**/*.test.ts",
|
||||
"typecheck": "tsc -b tsconfig.json --pretty false",
|
||||
"dev:server": "npm run dev --workspace @obsidian-sync/sync-server"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.14.1",
|
||||
"esbuild": "^0.25.2",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user