Skip to content

Commit 5280b96

Browse files
cache bust!
1 parent 28d99e4 commit 5280b96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/icon/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// cache buster x1
12
export { createGlyphComponent } from './createGlyphComponent';
23
export type { IconProps } from './createIconComponent';
34
export { createIconComponent } from './createIconComponent';

tools/cli/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,5 @@ cli
264264
)
265265
.action(mergePromptsVSCode);
266266

267+
// cache buster
267268
cli.parse(process.argv);

0 commit comments

Comments
 (0)