Skip to content

Commit

Permalink
ci: typechecking in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed May 21, 2024
1 parent 10c12fe commit 0c56028
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "next-flag",
"description": "",
"version": "0.0.0",
"author": "",
"license": "",
"author": "Tim Mikeladze <[email protected]>",
"license": "MIT",
"keywords": [],
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/TimMikeladze/next-flag"
},
"scripts": {
"dev": "concurrently \"pnpm build --watch\" \"pnpm test\" ",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"skipLibCheck": true,
"strict": true,
"noEmit": true
}
},
"exclude": ["examples"]
}

0 comments on commit 0c56028

Please sign in to comment.