chore: add aliases for tests

This commit is contained in:
Zach Daniel 2024-09-07 08:29:54 -04:00
parent 1f86602983
commit 4e8b916635

View file

@ -119,6 +119,8 @@ defmodule AshArchival.MixProject do
"spark.replace_doc_links",
"spark.cheat_sheets_in_search"
],
"test.create": "ash_postgres.create",
"test.migrate": "ash_postgres.migrate",
credo: "credo --strict",
"spark.formatter": "spark.formatter --extensions AshArchival.Resource",
"spark.cheat_sheets": "spark.cheat_sheets --extensions AshArchival.Resource",