From 98077e4b3ce5bf3fd7378d0c2b711fcd97bcc143 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 11 Apr 2024 19:52:35 -0400 Subject: fix(publish): do not warn about excluded external modules in node_modules directory (#23173) --- tests/specs/publish/byonm_dep/node_modules/package/index.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/specs/publish/byonm_dep/node_modules/package/index.js (limited to 'tests/specs/publish/byonm_dep/node_modules/package/index.js') diff --git a/tests/specs/publish/byonm_dep/node_modules/package/index.js b/tests/specs/publish/byonm_dep/node_modules/package/index.js new file mode 100644 index 000000000..0ecf3b875 --- /dev/null +++ b/tests/specs/publish/byonm_dep/node_modules/package/index.js @@ -0,0 +1,3 @@ +export function add(a, b) { + return a + b; +} \ No newline at end of file -- cgit v1.2.3