From f92129bd08ad095631d543166fd475d6004a5fdb Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Mon, 22 Nov 2021 18:56:20 +0100 Subject: [PATCH] Update build scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ef73da9..3342167 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "", "main": "email-template-harsh.js", "scripts": { - "build": "npx esbuild sidebar/sidebar.tsx test.ts report-window/report-window.tsx --bundle background.ts --bundle --outdir=./lib", + "build": "npx esbuild sidebar/sidebar.tsx test.ts --bundle report-window/report-window.tsx --bundle background.ts --bundle --outdir=./lib", "watch": "npm run build -- --watch", - "typecheck": "tsc" + "typecheck": "tsc --noEmit" }, "repository": { "type": "git",