Skip to content

Commit

Permalink
init: migrate from rspack
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Aug 8, 2024
1 parent 7810778 commit 3fa03b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# @rspack/plugin-preact-refresh
# @rspack/plugin-react-refresh
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"packageManager": "[email protected]",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"provenance": true
"registry": "https://registry.npmjs.org/"
}
}
2 changes: 1 addition & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fs.writeFileSync(
console.info(`Publishing to npm with tag ${RELEASE_TAG}`);
const dryRun = RELEASE_DRY_RUN === 'true' ? ['--dry-run'] : [];
try {
await $`pnpm publish ${dryRun} --tag ${RELEASE_TAG} --no-git-checks --provenance`;
await $`pnpm publish ${dryRun} --tag ${RELEASE_TAG} --no-git-checks`;
console.info(`Published successfully`);
} catch (e) {
console.error(`Publish failed: ${e.message}`);
Expand Down

0 comments on commit 3fa03b6

Please sign in to comment.