From a8c79fc85430be3a98863429bdce494923f82cb6 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 27 Oct 2021 15:38:24 +0200 Subject: [PATCH] fix(pkg): run prepare before publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52c4ee8..f7c1e67 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dist" ], "scripts": { - "build": "unbuild", + "prepare": "unbuild", "release": "standard-version && npm publish && git push --follow-tags", "test": "mocha -r jiti/register ./test/**/*.test.*", "test:types": "tsc --noEmit --module esnext --skipLibCheck --moduleResolution node ./test/*.test.ts"