From b103785226c4153e54e50fe98ca192a62550f799 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 29 Aug 2023 22:52:12 -0700 Subject: [PATCH] add back prebuild --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 895a592..a1dfe88 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "scripts": { "start": "parcel index.html", "build": "parcel build index.html --no-source-maps --detailed-report", + "prebuild": "yarn run typecheck", "typecheck": "tsc --noEmit --jsx preserve", "lint": "eslint --ext .ts,.tsx,.js .", "lint-fix": "eslint --ext .ts,.tsx,.js . --fix"