Layout state change for moved nodes

This commit is contained in:
space-nuko
2023-05-11 20:55:53 -05:00
parent 544db983e9
commit f9434251b6
3 changed files with 7 additions and 2 deletions

View File

@@ -8,7 +8,8 @@
"preview": "turbo run preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"test": "vitest run --root .",
"test": "vitest run",
"test:watch": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"svelte-check": "svelte-check",