From 7e0a75e192312ac3c49f0da8f98971e394eb3291 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Thu, 8 Feb 2024 17:02:33 -0800 Subject: [PATCH] chore: updating constraints.pro file --- constraints.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.pro b/constraints.pro index 3f2b3ba7..f4b9c385 100644 --- a/constraints.pro +++ b/constraints.pro @@ -81,7 +81,7 @@ gen_enforced_field(WorkspaceCwd, 'exports["./package.json"]', './package.json'). % The list of files included in the package must only include files generated % during the build step. -gen_enforced_field(WorkspaceCwd, 'files', ['dist', 'src/css/']). +gen_enforced_field(WorkspaceCwd, 'files', ['dist', 'src/css/design-tokens.css']). % If a dependency is listed under "dependencies", it should not be listed under % "devDependencies".