From 5cc5f263a22954460f4c443d13cb06afe1f6402d Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Mon, 20 Nov 2023 18:24:51 -0700 Subject: [PATCH] adding in prepare for the build (#618) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f62843a1..ba3cc566 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "build": "rm -rf dist && tsc -p tsconfig.build.json", "test": "vitest run --coverage", "release": "yarn check && yarn test -- --run && yarn build", + "prepare": "yarn build", "fix": "yarn lint && yarn fmt", "check": "yarn lint:check && yarn fmt:check", "lint": "eslint --cache --max-warnings 0 --fix '**/*.{ts,mts,js}'",