fix: snapshot

This commit is contained in:
Felix Roos 2022-11-17 10:56:46 +01:00
parent 2293f1ba15
commit 874633051b
3 changed files with 9 additions and 10 deletions

View file

@ -11,7 +11,6 @@
"build": "vite build",
"preview": "vite preview",
"test": "vitest run --reporter verbose -v --no-isolate",
"snapshot": "vitest run -u --silent",
"add-license": "cat etc/agpl-header.txt ../docs/static/js/*LICENSE.txt > /tmp/strudel-license.txt && cp /tmp/strudel-license.txt ../docs/static/js/*LICENSE.txt",
"predeploy": "npm run build",
"deploy": "gh-pages -d ../docs",