Skip to content

Commit

Permalink
fix: update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobeichen committed Nov 1, 2024
1 parent 02726e0 commit 4f615e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ try {
const npmrcPath = path.join(__dirname, '../.npmrc')
fs.writeFileSync(npmrcPath, `//registry.npmjs.org/:_authToken=${npmToken}`)

console.warn(1111, fs.readFileSync(npmrcPath, 'utf-8'))

// 遍历每个子文件夹
folders.forEach((folder) => {
const folderPath = path.join(npmDir, folder)
Expand Down

0 comments on commit 4f615e9

Please sign in to comment.