From bb93ed32e662494f902910015ea2c2aa43d4c1d9 Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:08:04 +0200 Subject: [PATCH] chore: use `--strict` with `pkg build` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0ae64a6..bcce608c 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "etl": "node -r dotenv-flow/config -r esbuild-register scripts/etl", "format": "prettier --cache --write .", "lint": "eslint . --ext .cjs,.js,.ts,.tsx", - "pkg:build": "pkg build", + "pkg:build": "pkg build --strict", "pkg:check": "pkg --strict", "prepublishOnly": "run-s build", "release": "semantic-release",