@ -8,4 +8,4 @@ packageJSON.version = `2.0.${new Date().getTime()}`;
writeFileSync(resolve(__dirname, "../../package.json"), JSON.stringify(packageJSON, null, 2));
execSync("npm publish");
execSync(`npm publish --registry http://192.168.5.154:4873/:_authToken=${process.env.AUTH}`);
@ -88,9 +88,6 @@
"fineui",
"finebi"
],
"publishConfig": {
"registry": "http://192.168.5.154:4873"
},
"author": "fanruan",
"license": "MIT"
}