Skip to content

Commit

Permalink
fix(deps): update TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jul 15, 2022
1 parent b9b15f0 commit ec1d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "shx rm -rf dist && tsc -b tsconfig.prod.json --verbose",
"prepack": "npm run build && oclif manifest && oclif readme",
"postpack": "shx rm -f oclif.manifest.json",
"lint": "eslint --max-warnings 0 .",
"lint": "eslint --max-warnings 0 . && npm run tsc",
"lint-fix": "eslint --fix .",
"lint-staged-husky": "lint-staged",
"tsc": "tsc -p tsconfig.dev.json",
Expand Down

0 comments on commit ec1d4fc

Please sign in to comment.