Skip to content

Commit

Permalink
build: added script to run all checks
Browse files Browse the repository at this point in the history
  • Loading branch information
enell committed Jun 28, 2024
1 parent e2f7170 commit ef35a72
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 @@ -6,8 +6,8 @@
"scripts": {
"test": "jest",
"build": "yarn tsc",
"checks": "yarn ts-check && yarn jslint && yarn swiftlint && yarn javalint",
"ts-check": "yarn tsc --noEmit",
"lint": "yarn jslint && yarn swiftlint && yarn javalint",
"jslint": "yarn eslint ./ --max-warnings=0",
"swiftlint": "cd ios && swiftlint --strict",
"javalint": "cd android && ./gradlew lint -x compileDebugJavaWithJavac",
Expand Down

0 comments on commit ef35a72

Please sign in to comment.