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

Add deployment for plugin developers #103

Merged
merged 16 commits into from
Aug 7, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unneccesary sbt tasks from the deployment tasks in the Makefile
  • Loading branch information
hlxid committed Aug 3, 2019
commit 040a878d6eeaf2045efd727b5c69e77d8bcd786a
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,15 @@ simple_run:

bootstrap_deploy:
sbt clean
sbt compile
sbt gui
sbt package copy
sbt bs "project bootstrapProject" assembly
sbt deploy

bootstrap_deploy_dev:
sbt clean
sbt compile
sbt gui
sbt package copy
sbt apiProject/packagedArtifacts
sbt bs "project bootstrapProject" assembly
sbt deployDev

create:
Expand Down