From 0f7cf17bd9039df6e6d9f9bd13e0d7214c734656 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Thu, 10 Oct 2024 14:30:36 +0200 Subject: [PATCH] add more scripts --- .gitignore | 3 ++- package.json | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1311cd7aa..9de707f30 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ dist/ !.yarn/plugins !.yarn/releases !.yarn/sdks -!.yarn/versions \ No newline at end of file +!.yarn/versions +*.tsbuildinfo \ No newline at end of file diff --git a/package.json b/package.json index 0bf337afc..4da44cd11 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,10 @@ "prepack": "yarn build", "format": "kcd-scripts format", "lint": "kcd-scripts lint --config .eslintrc.cjs", - "verify": "attw --pack . && publint" + "test": "kcd-scripts test --passWithNoTests", + "verify": "attw --pack . && publint", + "typecheck": "kcd-scripts typecheck --build", + "validate": "CI=true kcd-scripts validate verify,lint,typecheck,test" }, "packageManager": "yarn@4.5.0", "resolutions": {