From 38814566d824ed8e19fb06d016af839a38b88eb9 Mon Sep 17 00:00:00 2001 From: James Monger Date: Thu, 26 Oct 2023 19:26:40 +0100 Subject: [PATCH] chore: fix `publish-please` config --- .publishrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.publishrc b/.publishrc index 91033897..53ce782c 100644 --- a/.publishrc +++ b/.publishrc @@ -9,5 +9,5 @@ }, "confirm": true, "publishTag": "latest", - "prePublishScript": "test" -} \ No newline at end of file + "prePublishScript": "npm test" +}