Skip to content

Commit 0f7cf17

Browse files
committed
add more scripts
1 parent b8d122c commit 0f7cf17

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ dist/
55
!.yarn/plugins
66
!.yarn/releases
77
!.yarn/sdks
8-
!.yarn/versions
8+
!.yarn/versions
9+
*.tsbuildinfo

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@
8282
"prepack": "yarn build",
8383
"format": "kcd-scripts format",
8484
"lint": "kcd-scripts lint --config .eslintrc.cjs",
85-
"verify": "attw --pack . && publint"
85+
"test": "kcd-scripts test --passWithNoTests",
86+
"verify": "attw --pack . && publint",
87+
"typecheck": "kcd-scripts typecheck --build",
88+
"validate": "CI=true kcd-scripts validate verify,lint,typecheck,test"
8689
},
8790
"packageManager": "[email protected]",
8891
"resolutions": {

0 commit comments

Comments
 (0)