Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 040a878

Browse files
committed
Remove unneccesary sbt tasks from the deployment tasks in the Makefile
1 parent 0553179 commit 040a878

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,15 @@ simple_run:
1515

1616
bootstrap_deploy:
1717
sbt clean
18-
sbt compile
1918
sbt gui
2019
sbt package copy
2120
sbt bs "project bootstrapProject" assembly
2221
sbt deploy
2322

2423
bootstrap_deploy_dev:
2524
sbt clean
26-
sbt compile
2725
sbt gui
2826
sbt package copy
29-
sbt apiProject/packagedArtifacts
30-
sbt bs "project bootstrapProject" assembly
3127
sbt deployDev
3228

3329
create:

0 commit comments

Comments
 (0)