From 1c7156a2a4f00ca3123b2d017d59dac24dfc536b Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 4 Sep 2023 19:12:14 -0400 Subject: [PATCH] chore: include priv dir --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7fabe05..ea4d512 100644 --- a/mix.exs +++ b/mix.exs @@ -47,7 +47,7 @@ defmodule AshPhoenix.MixProject do name: :ash_phoenix, licenses: ["MIT"], files: ~w(lib .formatter.exs mix.exs README* LICENSE* - CHANGELOG* documentation), + CHANGELOG* documentation priv), links: %{ GitHub: "https://github.com/ash-project/ash_phoenix" }