We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9488a70 commit d4205a9Copy full SHA for d4205a9
site/scripts/buildcf.sh
@@ -1,13 +1,5 @@
1
#!/bin/sh
2
set -euf
3
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
12
yarn install
13
npx next build && cp _redirects out/_redirects
0 commit comments