Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Oct 18, 2024
1 parent 688f4d2 commit 2715341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
"build:watch": "tsc --watch",
"lint": "npm run lint-eslint && npm run lint-tsc",
"lint-eslint": "eslint '**/*.ts'",
"lint-tsc": "tsc -p tsconfig.tests.json"
"lint-tsc": "tsc"
}
}

0 comments on commit 2715341

Please sign in to comment.