From 5555661dca8101552b9541a167f26da5d697a4d9 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Sat, 20 May 2023 16:00:12 -0400 Subject: [PATCH] Fix publishing issue from v3.2.0 (#597) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83b7dba..27c3406 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "README.md" ], "scripts": { - "build": "rm -rf dist tsc --project tsconfig.build.json", + "build": "rm -rf dist && tsc --project tsconfig.build.json", "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:*\"", "lint:docs": "markdownlint \"**/*.md\"", "lint:js": "eslint --cache .",