summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 22:08:16 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 22:08:16 -0700
commit26871e6c434633a12cc81f4fbb0d451ec71c6e90 (patch)
tree6ad2f6d7f03e7660c1e8a39eaff841e298630f6b
parentc997bf618a082a88c9b03c696e4f8ce1e1f186fb (diff)
downloadtilde.club-26871e6c434633a12cc81f4fbb0d451ec71c6e90.tar.gz
tilde.club-26871e6c434633a12cc81f4fbb0d451ec71c6e90.zip
build abstraction engine at the right path
-rwxr-xr-xhtml/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/build.sh b/html/build.sh
index 425a5d2..b12230e 100755
--- a/html/build.sh
+++ b/html/build.sh
@@ -7,7 +7,7 @@ done
cd the-abstraction-engine/
npm install
-npm run build
+npx vite build --base /~simponic/the-abstraction-engine/
cd ..
cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine