Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-till committed Nov 23, 2023
1 parent fdffe38 commit 62a0ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"compile": "tsc -p ./tsconfig.json",
"test": "jest",
"lint": "eslint . --ext .ts,.js,.tsx --max-warnings=0",
"lint:report": "eslint . --output-file ./eslint_report.json --format json --ext .ts,.js,.tsx | true"
"lint:report": "eslint . --output-file ./eslint_report.json --format json --ext .ts,.js,.tsx | true",
"prepublishOnly": "tsc -p ./tsconfig.json"
},
"dependencies": {
"react-native-modal": "11.5.6"
Expand Down

0 comments on commit 62a0ce3

Please sign in to comment.