diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-22 18:20:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 18:20:03 -0400 |
| commit | cd5863264d0fe954e63d8cc93fc4ee6ab509f49b (patch) | |
| tree | 78b2a4b840e51cec2364cae5980585371f6b74c2 /Makefile | |
| parent | 78f32c1400eff46d4c768b78fbaf672826c74285 (diff) | |
| parent | 270cec35e17ff4a1fa2ee1690e596b3e3003fe34 (diff) | |
Merge pull request #468 from grusuTagg/tma926-video-upload
[TMA-926] Video Upload
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 |
