Skip to content

Commit

Permalink
fix: remove artifacts from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Jan 21, 2024
1 parent f689021 commit 2c5fe75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/gserde_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,7 @@ pub fn end_to_end_test() {
|> should.equal(
"{\"a_bool\":true,\"b_int\":1,\"c_float\":1.0,\"d_two_tuple\":[2,\"3\"],\"e_option_int\":4,\"f_string_list\":[\"a\",\"b\"]}",
)

["foo.gleam", "foo_json.gleam", "foo_json_test.gleam"]
|> list.each(fn(basename) { exec("rm", ["-f", "src/internal/" <> basename]) })
}

0 comments on commit 2c5fe75

Please sign in to comment.