1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-20 20:55:18 +02:00

Tools: Fixed react-native-saf-x build

This commit is contained in:
Laurent Cozic 2022-10-30 09:52:08 +00:00
parent 3b9a730985
commit 20c62e0353

@ -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"
},