Tools: Fixed react-native-saf-x build

pull/6980/head
Laurent Cozic 2022-10-30 09:52:08 +00:00
parent 3b9a730985
commit 20c62e0353
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
"!ios/build"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"linter-precommit": "yarn --cwd ../../ eslint --resolve-plugins-relative-to . --fix packages/react-native-saf-x/**/*.{js,ts,tsx}",
"tsc": "tsc --project tsconfig.json"
},