better errors + better tools

This commit is contained in:
2022-10-30 19:35:35 +01:00
parent 46a7e07b86
commit 82d356ef5e
7 changed files with 93 additions and 53 deletions

View File

@ -5,7 +5,7 @@
"author": "Yanis Rigaudeau - Axel Barault",
"private": true,
"scripts": {
"build": "rollup -c",
"build": "rollup -c --failAfterWarnings",
"dev": "rollup -c -w",
"start": "sirv public --no-clear --host --single",
"check": "svelte-check --tsconfig ./tsconfig.json",