Skip to content

Commit

Permalink
release: 📦 v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing committed Nov 14, 2024
1 parent 3f89fe4 commit 3f53768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function getVersion() {

function publish() {
// 将README.md拷贝到包中
fs.copyFile('./README.md', '../cli/cli/README.md', (error) => {
console.log(error)
fs.copyFile('./README.md', '../cli/cli/README.md', () => {

})

// 修改package.json版本号
Expand Down

0 comments on commit 3f53768

Please sign in to comment.