Skip to content

Commit

Permalink
test(scripts): ✅ use node pass tsx param get github env
Browse files Browse the repository at this point in the history
  • Loading branch information
i7eo committed Jun 27, 2024
1 parent 9727b4e commit 4c40743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prerelease": "tsx ./scripts/changesets/manual-generate-prereleases.cts",
"changelog:gen": "tsx ./scripts/changesets/changelog-generate.cts",
"changelog:write": "tsx ./scripts/changesets/changelog-write.cts",
"changeset:publish": "tsx ./scripts/changesets/generate-releases.cts",
"changeset:publish": "GITHUB_TOKEN=$GITHUB_TOKEN node --import tsx/esm ./scripts/changesets/generate-releases.cts",
"changeset:gen": "changeset"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/changeset-config/src/generate-releases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,6 @@ export async function changesetsGenerateReleases(
projectChangelogPath,
})
}
// eslint-disable-next-line no-console
console.log(`🚀🚀🚀 Create release for each published package. 🚀🚀🚀`)
}

0 comments on commit 4c40743

Please sign in to comment.