Skip to content

Commit

Permalink
Disable tauri build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Jul 19, 2024
1 parent 3b67d87 commit fedd453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"visionos": "react-native run-visionos --no-packager",
"windows": "react-native run-windows --no-packager",
"build:web": "vite build",
"build:tauri": "CI=true tauri build",
"_build:tauri": "CI=true tauri build",
"_build:android": "react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res",
"_build:ios": "react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist",
"_build:macos": "react-native bundle --entry-file index.js --platform macos --dev true --bundle-output dist/main.macos.jsbundle --assets-dest dist",
Expand Down

0 comments on commit fedd453

Please sign in to comment.