summaryrefslogtreecommitdiff
path: root/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'post-receive')
-rwxr-xr-xpost-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive b/post-receive
index 65e59a2..3483698 100755
--- a/post-receive
+++ b/post-receive
@@ -17,7 +17,7 @@ yarn install
yarn build
sed -i "s/\/assets/assets/g" dist/index.html
cd ..
-mv projs/dist/ dist/projs
+mv projs/dist/* dist/projs
cd neo/
npm install .