forked from fanruan/fineui
iapyang
5 years ago
2 changed files with 10 additions and 2 deletions
@ -0,0 +1,3 @@
|
||||
const { execSync } = require("child_process"); |
||||
|
||||
execSync(`npm publish --tag 2.0.${new Date().getTime()}`); |
Loading…
Reference in new issue