Skip to content

Commit

Permalink
fix: typings broken after moving to babel build from tsc (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
netmaxt3r committed Apr 17, 2024
1 parent 92b542d commit 7e391e9
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 @@ -22,7 +22,8 @@
"ci:publish": "yarn semantic-release",
"lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx,.js,.jsx",
"build": "babel --extensions \".ts,.tsx\" --out-dir lib src",
"prepare": "yarn build",
"prepare:types": "tsc --noEmit false --emitDeclarationOnly --declaration --rootDir src --outDir lib",
"prepare": "yarn prepare:types && yarn build",
"appium": "appium",
"test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.js",
"add:macos": "yarn add react-native-macos@0.73.17"
Expand Down

0 comments on commit 7e391e9

Please sign in to comment.