mirror of
https://github.com/pyscript/pyscript.git
synced 2026-04-30 16:00:32 -04:00
add tsc as a build step with noEmit (#816)
This commit is contained in:
@@ -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}'",
|
||||
|
||||
Reference in New Issue
Block a user