diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-22 18:17:52 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-22 18:18:12 -0400 |
| commit | 270cec35e17ff4a1fa2ee1690e596b3e3003fe34 (patch) | |
| tree | 78b2a4b840e51cec2364cae5980585371f6b74c2 /Makefile | |
| parent | afb2c5b57faef1c809e8fdf3c7a5c1b1eab7e999 (diff) | |
Update service file to match updated endpoint
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..b0022598 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +build: + yarn + cd ios && pod install && cd .. + +clean: + -rm *.lock + -rm ios/*.lock + +deep_clean: + -rm *.lock + -rm ios/*.lock + -rm -rf /Users/ivan/Library/Developer/Xcode/DerivedData + -rm -rf node_modules + yarn cache clean |
