From faa0058d3b03595e5b86996fa0c2acaa79798dc5 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Mon, 2 Sep 2024 10:07:28 -0400 Subject: [PATCH] lint --- packages/pigment-css-react/tsup.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pigment-css-react/tsup.config.ts b/packages/pigment-css-react/tsup.config.ts index 897964a6..19e722e6 100644 --- a/packages/pigment-css-react/tsup.config.ts +++ b/packages/pigment-css-react/tsup.config.ts @@ -22,6 +22,7 @@ const baseConfig: Options = { const BASE_FILES = [ 'index.ts', + 'internal/index.ts', 'theme.ts', 'Box.jsx', 'RtlProvider.tsx',