Skip to content

Commit d4205a9

Browse files
committed
chore(site): remove actor-core dep
1 parent 9488a70 commit d4205a9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

site/scripts/buildcf.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
#!/bin/sh
22
set -euf
33

4-
CWD=$(pwd)
5-
if [ ! -d "../../actor-core" ]; then
6-
git clone --depth=1 --branch 04-04-fix_inspector [email protected]:rivet-gg/actor-core.git ../../actor-core
7-
fi
8-
cd ../../actor-core
9-
yarn install
10-
yarn build
11-
cd $CWD
124
yarn install
135
npx next build && cp _redirects out/_redirects

0 commit comments

Comments
 (0)