Skip to content

Commit

Permalink
publish canonicals
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 17, 2024
1 parent e13b888 commit 6d1aa6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"React",
"React 18",
"React 19",
"Ultra Lite",
"React Global Store",
"Next.js",
"Next.js 14",
"Next.js 15",
Expand All @@ -85,7 +87,6 @@
"React 18 Features",
"Zustand Alternative for simple need",
"Zen Store",
"React Global Store",
"React Server-Side Components",
"React Client-Side Components",
"TypeScript Support",
Expand Down
4 changes: 2 additions & 2 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (!isPatch) {
}

/** Create release */
execSync("cd lib && pnpm build && npm publish --provenance --access public");
execSync("cd lib && pnpm build");

/** Create GitHub release */
execSync(
Expand All @@ -49,7 +49,7 @@ execSync(

// Publish canonical packages
[
"@mayank1513/r18gs",
"@mayank1513\\/r18gs",
"react18-global-store",
"react18-store",
"react19-global-store",
Expand Down

0 comments on commit 6d1aa6d

Please sign in to comment.