docs: add typecheck script

This commit is contained in:
MapleLeaf
2022-01-02 22:05:47 -06:00
committed by Darius
parent 1ae1887349
commit dc93e92451

View File

@@ -5,7 +5,8 @@
"scripts": { "scripts": {
"dev": "esmo server.ts", "dev": "esmo server.ts",
"build": "vite build && vite build --ssr", "build": "vite build && vite build --ssr",
"start": "NODE_ENV=production esmo server.ts" "start": "NODE_ENV=production esmo server.ts",
"typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@heroicons/react": "^1.0.5", "@heroicons/react": "^1.0.5",