mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-12 10:37:38 -04:00
10 lines
91 B
Bash
Executable File
10 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"/..
|
|
|
|
export NEXT_PUBLIC_WEBVIEW=1
|
|
|
|
yarn build-web
|