|
|
@ -192,7 +192,7 @@ |
|
|
|
"tsc:web": "tsc --noEmit --project tsconfig.web.json", |
|
|
|
"tsc:web": "tsc --noEmit --project tsconfig.web.json", |
|
|
|
"tsc:native": "tsc --noEmit --project tsconfig.native.json", |
|
|
|
"tsc:native": "tsc --noEmit --project tsconfig.native.json", |
|
|
|
"tsc:ci": "npm run tsc:web && npm run tsc:native", |
|
|
|
"tsc:ci": "npm run tsc:web && npm run tsc:native", |
|
|
|
"lint:ci": "eslint --ext .js,.ts,.tsx --max-warnings 0 ", |
|
|
|
"lint:ci": "eslint --ext .js,.ts,.tsx --max-warnings 0 .", |
|
|
|
"lint:lang": "for file in lang/*.json; do npx --yes jsonlint -q $file || exit 1; done", |
|
|
|
"lint:lang": "for file in lang/*.json; do npx --yes jsonlint -q $file || exit 1; done", |
|
|
|
"lang-sort": "./resources/lang-sort.sh", |
|
|
|
"lang-sort": "./resources/lang-sort.sh", |
|
|
|
"lint-fix": "eslint --ext .js,.ts,.tsx --max-warnings 0 --fix .", |
|
|
|
"lint-fix": "eslint --ext .js,.ts,.tsx --max-warnings 0 --fix .", |
|
|
|