mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-08-13 16:20:53 +00:00
13 lines
No EOL
243 B
Bash
Executable file
13 lines
No EOL
243 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd ../fact-graph-scala
|
|
echo "cleaning fact graph..."
|
|
sbt clean
|
|
echo "compiling fact graph..."
|
|
sbt compile
|
|
echo "packaging fact graph..."
|
|
sbt package
|
|
echo "publishing fact graph to local maven repo..."
|
|
sbt publishM2 |