mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 23:03:45 -04:00
Add build_api.sh
This commit is contained in:
9
scripts/build_api.sh
Executable file
9
scripts/build_api.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"/../backend/api
|
||||
|
||||
yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user