mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
13 lines
198 B
Bash
Executable File
13 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"/..
|
|
|
|
yarn build-web-view
|
|
|
|
npx @capawesome/cli apps:bundles:create \
|
|
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
|
|
--channel default \
|
|
--path web/out
|