AAE-4023 fix BASE_PATH as / (#6397)

This commit is contained in:
Marcello Teodori
2020-11-30 21:59:31 +00:00
committed by GitHub
parent f3e5dfecec
commit 419c47b87e
9 changed files with 149 additions and 74 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
echo building $1
npm install
npm run build $*