From 4aa2e39cae5e21cee4ea52b2582f3b37c82bc843 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 20 May 2023 22:35:33 +0000 Subject: [PATCH] Release v1.0.21 with fix of #82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f5bc7..c66b2ad 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "build": "tsc", "prepublishOnly": "rm -rf dist && tsc", "jest": "jest --verbose", - "test": "tsc && jest --verbose --runInBand", + "test": "tsc && jest --verbose --runInBand && npm run clean", "clean": "rm -rf dist tmp", "format": "prettier --write src" },