From 46ad0491527e2eb36c72980846ed3baa11f93826 Mon Sep 17 00:00:00 2001 From: Armando Luja Date: Wed, 16 Oct 2024 15:19:32 -0700 Subject: [PATCH] chore: fix path --- packages/auth-construct/.npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth-construct/.npmignore b/packages/auth-construct/.npmignore index 0eedb937cc..78143c7113 100644 --- a/packages/auth-construct/.npmignore +++ b/packages/auth-construct/.npmignore @@ -10,6 +10,6 @@ # Then ignore test js and ts declaration files *.test.js *.test.d.ts -**/test_resources/** +**/test-resources/** # This leaves us with including only js and ts declaration files of functional code