Skip to content

Commit

Permalink
Run tsc in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Sep 18, 2024
1 parent 85dab05 commit fbbb96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run typescript
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"scripts": {
"build": "rm -rf lib && tsc -p tsconfig.build.json",
"typescript": "tsc",
"lint": "eslint src --ext .ts"
},
"type": "module",
Expand Down

0 comments on commit fbbb96c

Please sign in to comment.