diff --git a/.gitignore b/.gitignore index 7239bdcf3..1634facb1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ api/docs .env go.work.sum +.vitest + diff --git a/package.json b/package.json index 3aed339d0..39b4c1687 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "storybook": "storybook dev -p 6006", "storybook:build": "storybook build -o ./dist/storybook", "analyze-webpack": "webpack --config ./webpack/webpack.analyze.js", - "prepare": "cd ../.. && husky install package/server-ce/.husky && husky install .husky" + "prepare": "cd ../.. && husky install package/server-ce/.husky && husky install .husky", + "typecheck": "tsc --noEmit" }, "engines": { "node": ">= 16"