Skip to content

Commit

Permalink
feat(expo-plugin): fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCeban committed Mar 7, 2024
1 parent 065a90d commit 740cd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"homepage": "http://mtford.co.uk/react-native-watch-connectivity/",
"scripts": {
"build": "rm -rf ./build && mkdir ./build && cp ./lib/RNWatch.d.ts ./build/RNWatch.d.ts && expo-module build",
"build": "mkdir -p ./build && cp ./lib/RNWatch.d.ts ./build/RNWatch.d.ts && expo-module build",
"post-build": "cp ./lib/RNWatch.d.ts ./build/RNWatch.d.ts",
"clean": "expo-module clean",
"test": "expo-module test",
Expand Down

0 comments on commit 740cd2f

Please sign in to comment.