chore: add script to test generated types

This commit is contained in:
metonym 2024-10-25 14:59:14 -07:00 committed by Eric Liu
commit 1c64f4717d

View file

@ -30,6 +30,7 @@
"css/*.css"
],
"scripts": {
"test:src-types": "tsc types/**/*.ts",
"test:types": "svelte-check --workspace tests",
"lint": "prettier --write \"**/*.{svelte,md,js,json,ts}\"",
"build:css": "node scripts/build-css",