Skip to content

Commit

Permalink
uncomment publish code [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 19, 2024
1 parent 4b7479b commit b2ca430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"React",
"React 18",
"React 19",
"Next.js ",
"Next.js",
"Next.js 14",
"React server components",
"Customizable",
Expand Down
10 changes: 5 additions & 5 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ fs.copyFileSync(
path.join(__dirname, "../lib/dist/README.md"),
);

// execSync("cd lib/dist && npm publish --provenance --access public");
execSync("cd lib/dist && npm publish --provenance --access public");

// /** Create GitHub release */
// execSync(
// `gh release create ${VERSION} --generate-notes --latest -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${VERSION}"`,
// );
/** Create GitHub release */
execSync(
`gh release create ${VERSION} --generate-notes --latest -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${VERSION}"`,
);

execSync("node ./scripts/lite.js");
execSync(
Expand Down

0 comments on commit b2ca430

Please sign in to comment.