From fbe03d36bdf70551c73c3ce12150e6cdae2264b9 Mon Sep 17 00:00:00 2001 From: Danielo Rodriguez Date: Sat, 21 Oct 2023 12:37:18 +0200 Subject: [PATCH] fix: ensure types in svelte at build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e5217fb..e66410d6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", + "build": "npm run check && node esbuild.config.mjs production", "check": "svelte-check --tsconfig tsconfig.json", "test": "jest", "version": "node version-bump.mjs && git add manifest.json versions.json"