Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3249460
D5437.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1006 B
Referenced Files
None
Subscribers
None
D5437.diff
View Options
diff --git a/native/package.json b/native/package.json
--- a/native/package.json
+++ b/native/package.json
@@ -5,7 +5,7 @@
"license": "BSD-3-Clause",
"scripts": {
"clean": "yarn clean-commoncpp && yarn clean-android && yarn clean-ios && rm -rf node_modules/",
- "clean-commoncpp": "rm -rf cpp/CommonCpp/build && rm -rf cpp/CommonCpp/CryptoTools/build && rm -rf cpp/CommonCpp/DatabaseManagers/build && rm -rf cpp/CommonCpp/NativeModules/build && rm -rf cpp/CommonCpp/Tools/build",
+ "clean-commoncpp": "rm -rf cpp/CommonCpp/build && rm -rf cpp/CommonCpp/CryptoTools/build && rm -rf cpp/CommonCpp/DatabaseManagers/build && rm -rf cpp/CommonCpp/NativeModules/build && rm -rf cpp/CommonCpp/Tools/build && rm -rf cpp/CommonCpp/grpc/grpc_client",
"clean-android": "rm -rf android/build android/app/build android/app/.cxx",
"clean-ios": "rm -rf ios/Pods/",
"clean-all": "yarn clean && rm -rf ~/Library/Developer/Xcode/DerivedData/Comm-*; cd android && (./gradlew clean || true)",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 2:53 PM (20 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2498102
Default Alt Text
D5437.diff (1006 B)
Attached To
Mode
D5437: [native] remove `grpc_client` folder on `clean-commoncpp` script
Attached
Detach File
Event Timeline
Log In to Comment