From f2bf4bf7badb592e7fb8f3e6ee26b56d69886c63 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Fri, 30 Sep 2022 22:29:05 -0400 Subject: [PATCH] Build before publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 884ab42d..090b53e1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lint:format": "prettier \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx,css}\" --list-different", "lint:js": "eslint --color --ignore-path .gitignore \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx}\"", "lint": "run-p -c --aggregate-output \"lint:*\"", - "prepublish": "build", + "prepare": "yarn build", "start": "run-s clean develop" }, "module": "dist/esm/index.js",