From cb0cfc518fb27aad69e1868ea5dd65083831bf93 Mon Sep 17 00:00:00 2001 From: Finn Hodgkin Date: Fri, 18 Oct 2024 11:37:26 +0100 Subject: [PATCH] Allow dirty config --- dist.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dist.toml b/dist.toml index 577daa7..7dc03be 100644 --- a/dist.toml +++ b/dist.toml @@ -5,6 +5,7 @@ license = "BSD-3-Clause" repository = "https://github.com/OxfordAbstracts/purescript-lsp-bin" binaries = ["purs"] build-command = ["bash", "build.sh"] +allow-dirty = ["ci"] # Config for 'cargo dist' [dist]