From 28041eb755db4ce70ee53485ca6f5a1139d867cf Mon Sep 17 00:00:00 2001 From: literat Date: Fri, 19 Jul 2024 19:35:00 +0200 Subject: [PATCH] fixup! Refactor(ci): Use setup-node cache instead of bahmutov/npm-install --- .yarnrc.yml | 2 +- packages/web-react/src/components/UNSTABLE_Truncate/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 0f3112d3be..d2b2dbbe19 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -7,4 +7,4 @@ nodeLinker: node-modules plugins: - path: .yarn/plugins/@yarnpkg/plugin-engines.cjs spec: 'https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js' - - .yarn/plugins/plugin-override-state.js + # - .yarn/plugins/plugin-override-state.js diff --git a/packages/web-react/src/components/UNSTABLE_Truncate/index.ts b/packages/web-react/src/components/UNSTABLE_Truncate/index.ts index b84421b326..46d9a7d175 100644 --- a/packages/web-react/src/components/UNSTABLE_Truncate/index.ts +++ b/packages/web-react/src/components/UNSTABLE_Truncate/index.ts @@ -2,3 +2,4 @@ export * from './UNSTABLE_Truncate'; export { default as UNSTABLE_Truncate } from './UNSTABLE_Truncate'; export * from './useTruncateStyleProps'; // some comment +// some comment