summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/build b/build
index 38d66c2..cb3f805 100755
--- a/build
+++ b/build
@@ -2,17 +2,13 @@
set -e
DISTDIR=$(pwd)/dist/
export DISTDIR
-
-mkdir dist/projs
-
export NODE_OPTIONS=--openssl-legacy-provider
cd projs/
-yarn install
-yarn build
-sed -i "s/\/assets/assets/g" dist/index.html
+make
+mkdir dist/projs
+DISTDIR=$DISTDIR/projs/ make install
cd ..
-mv projs/dist/* dist/projs
cd neo2/
make