|
|
@ -14,5 +14,6 @@ writeFileSync(resolve(__dirname, "../../package.json"), JSON.stringify(packageJS |
|
|
|
|
|
|
|
|
|
|
|
execSync([ |
|
|
|
execSync([ |
|
|
|
`npm-cli-login -u fui -p ${process.env.PASSWORD} -e teller@fanruan.com -r http://192.168.5.154:4873/`, |
|
|
|
`npm-cli-login -u fui -p ${process.env.PASSWORD} -e teller@fanruan.com -r http://192.168.5.154:4873/`, |
|
|
|
|
|
|
|
"npm whoami", |
|
|
|
"npm publish --registry http://192.168.5.154:4873/", |
|
|
|
"npm publish --registry http://192.168.5.154:4873/", |
|
|
|
].join(" && ")); |
|
|
|
].join(" && ")); |
|
|
|