add tsc as a build step with noEmit (#816)

This commit is contained in:
Ted Patrick
2022-10-04 04:51:56 -05:00
committed by GitHub
parent f4165dabcf
commit 4011a51013

View File

@@ -5,6 +5,7 @@
"build-min": "NODE_ENV=production rollup -c",
"build": "rollup -c",
"dev": "rollup -c -w",
"tsc":"tsc --noEmit",
"start": "sirv public --no-clear --port 8080",
"validate": "svelte-check",
"format:check": "prettier --check './src/**/*.{js,html,ts}'",