Skip to content

Commit

Permalink
Add typescript to lint for olympus-bg
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelti committed Dec 1, 2024
1 parent 48ce471 commit 20a8b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions olympus-bg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"description": "Game logic for Olympus Backgammon project",
"main": "dist/index.js",
"scripts": {
"dev": "tsc-watch --onCompilationComplete 'npm run lint'",
"lint": "eslint src/",
"dev": "tsc-watch --silent --onCompilationComplete 'npm run lint'",
"lint": "eslint src/ ; tsc --noEmit",
"build": "tsc"
},
"repository": {
Expand Down

0 comments on commit 20a8b9d

Please sign in to comment.