Skip to content

Commit e3858c0

Browse files
author
suwenxiong
committed
feat: add npm publish
1 parent 353668e commit e3858c0

3 files changed

Lines changed: 163 additions & 160 deletions

File tree

npm-publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ shell.exec ('git push origin ' + version);
2121
console.log('git push success', version)
2222

2323
console.log('正在执行npm发布')
24-
shell.exec('npm run publish')
24+
shell.exec('npm publish')

0 commit comments

Comments
 (0)