From 0c563fc28fefa0cd7181fd78c579c3a86faaa4f9 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:44:33 -0700 Subject: Testing gh workflow (#401) * testing * logging again * log home dir * build m1 script * correctly parse dates in history.tsx * logging * add redbaron to requirements.txt * tweaks before merging to main --- buildm1.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 buildm1.sh (limited to 'buildm1.sh') diff --git a/buildm1.sh b/buildm1.sh new file mode 100644 index 00000000..356026c0 --- /dev/null +++ b/buildm1.sh @@ -0,0 +1,11 @@ + +#!/bin/sh + +# 1. Remove continuedev/.venv +rm -rf continuedev/.venv + +# 2. Run pyinstaller run.m1.spec +pyinstaller run.m1.spec + +# 3. Reinstall poetry deps +cd continuedev && poetry install \ No newline at end of file -- cgit v1.2.3-70-g09d2