fix: Package version and svelte-kit sync

This commit is contained in:
Leni Aniva 2024-09-11 22:14:13 -07:00
parent e5250cb36e
commit f0801b9071
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 157 additions and 524 deletions

678
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,8 @@
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
"test:unit": "vitest",
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@playwright/test": "^1.28.1",