grid: run tsc as test

This commit is contained in:
Liam Fitzgerald 2021-10-25 11:42:08 -05:00
parent c147bbad1f
commit 1c6059e924

View File

@ -10,7 +10,7 @@
"serve": "vite preview", "serve": "vite preview",
"lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\"", "lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "npm run lint -- --fix", "lint:fix": "npm run lint -- --fix",
"test": "echo \"No test yet\"", "test": "tsc --noEmit",
"tsc": "tsc --noEmit" "tsc": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {