mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
10 lines
71 B
Bash
Executable File
10 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"/../backend/api
|
|
|
|
yarn build
|
|
|
|
|