|
@@ -195,11 +195,11 @@
|
195
|
195
|
},
|
196
|
196
|
"license": "Apache-2.0",
|
197
|
197
|
"scripts": {
|
198
|
|
- "lint": "eslint --ext .js,.ts,.tsx --max-warnings 0 . && npm run tsc:web",
|
|
198
|
+ "lint": "eslint --ext .js,.ts,.tsx --max-warnings 0 . && tsc --noEmit",
|
199
|
199
|
"tsc:web": "tsc --noEmit --project tsconfig.web.json",
|
200
|
200
|
"tsc:native": "tsc --noEmit --project tsconfig.native.json",
|
201
|
201
|
"tsc:ci": "npm run tsc:web && npm run tsc:native",
|
202
|
|
- "lint:ci": "eslint --ext .js,.ts,.tsx --max-warnings 0 . && npm run tsc:ci",
|
|
202
|
+ "lint:ci": "eslint --ext .js,.ts,.tsx --max-warnings 0 . && npm run tsc:web",
|
203
|
203
|
"lang-sort": "./resources/lang-sort.sh",
|
204
|
204
|
"lint-fix": "eslint --ext .js,.ts,.tsx --max-warnings 0 --fix .",
|
205
|
205
|
"postinstall": "patch-package --error-on-fail && jetify",
|