fix: make sure that CHANGELOG.md is in correct place

This commit is contained in:
2026-02-09 15:26:36 +01:00
parent 64d75b9686
commit af5b3b23ba
2 changed files with 37 additions and 19 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"predev": "rm static/CHANGELOG.md && ln -s ../../CHANGELOG.md static/CHANGELOG.md",
"build": "svelte-kit sync && vite build",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",