Skip to content

Commit 2253a73

Browse files
committed
Fix
1 parent dca08a6 commit 2253a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_web_view.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ set -e
44

55
cd "$(dirname "$0")"/..
66

7-
export NEXT_PUBLIC_WEBVIEW=1
8-
97
# Paths
108
ROOT_ENV=".env" # your root .env
119
WEB_ENV="web/.env" # target for frontend
@@ -33,6 +31,8 @@ cat "$WEB_ENV"
3331

3432
cd web
3533

34+
export NEXT_PUBLIC_WEBVIEW=1
35+
3636
rm -rf .next
3737

3838
# Hack to ignore getServerSideProps, getStaticProps and getStaticPaths for mobile webview build

0 commit comments

Comments
 (0)