Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 8598a45

Browse files
committed
fix: fix icon
1 parent 1790313 commit 8598a45

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish Package to npmjs.com
22
on:
3+
push:
4+
branches:
5+
- main
36
release:
47
types: [published]
58
jobs:

src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export async function init(flags: {
268268
const mainPackages = [
269269
"react-aria-components",
270270
"tailwindcss-react-aria-components",
271-
"intentui-icons",
271+
"@intentui/icons",
272272
].join(" ")
273273

274274
let devPackages = ["tailwind-variants", "tailwind-merge", "clsx", "tw-animate-css"].join(" ")

0 commit comments

Comments
 (0)