Skip to content

Commit

Permalink
Details
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver@tasty.limo>
  • Loading branch information
ggwpez committed Nov 23, 2024
1 parent 4edb536 commit e7c2059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

set -e

rm -rf _build

mix deps.get && MIX_ENV=prod mix compile && MIX_ENV=prod mix assets.deploy && MIX_ENV=prod mix release --overwrite && MIX_ENV=prod mix ecto.drop && MIX_ENV=prod mix ecto.setup
2 changes: 2 additions & 0 deletions priv/repo/seeds_events.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Repo.insert!(%Event{
short: "Implementor meetup and tour of the JAM toaster.",
long: """
This event is currently being planned. Make sure to join the [0](Matrix chat) for updates.
Highlights are to see the Polkadot Palace and the JAM toaster. Otherwise opportunities to network and collaborate with other JAM implementors.
""",
links: ["https://app.element.io/#/room/!KKOmuUpvYKPcniwOzw:matrix.org"],
contact: [],
Expand Down

0 comments on commit e7c2059

Please sign in to comment.