From db6e91b60de23b06c34985a8f3b80b24e2fa1064 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Sat, 7 Oct 2023 11:37:28 -0700 Subject: [PATCH] chore: adding a script to run `attw` for build checks --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d13928c22..f0dda573d 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "url": "https://github.com/readmeio/httpsnippet.git" }, "scripts": { + "attw": "attw --pack --format table-flipped", "build": "tsup", "clean": "rm -rf dist/", "lint": "eslint . --ext .js,.cjs,.ts",