Skip to content

Commit

Permalink
add more scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 10, 2024
1 parent b8d122c commit 0f7cf17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ dist/
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions
*.tsbuildinfo
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"resolutions": {
Expand Down

0 comments on commit 0f7cf17

Please sign in to comment.