fix(syncing-server): race condition when adding admin user to newly created shared vault (#688)

This commit is contained in:
Karol Sójko
2023-08-08 11:02:10 +02:00
committed by GitHub
parent a1fe15f7a9
commit 3bd1547ce3
6 changed files with 36 additions and 6 deletions

View File

@@ -19,7 +19,8 @@
"publish": "lerna publish from-git --yes --no-verify-access --loglevel verbose",
"postversion": "./scripts/push-tags-one-by-one.sh",
"upgrade:snjs": "yarn workspaces foreach --verbose run upgrade:snjs",
"e2e": "yarn build packages/home-server && PORT=3123 yarn workspace @standardnotes/home-server start"
"e2e": "yarn build packages/home-server && PORT=3123 yarn workspace @standardnotes/home-server start",
"start": "yarn build packages/home-server && yarn workspace @standardnotes/home-server start"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",