Browse Source

chore: upload

es6
iapyang 4 years ago
parent
commit
87cd9e7737
  1. 2
      lib/publish/publish.js
  2. 3
      package.json

2
lib/publish/publish.js

@ -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}`);

3
package.json

@ -88,9 +88,6 @@
"fineui",
"finebi"
],
"publishConfig": {
"registry": "http://192.168.5.154:4873"
},
"author": "fanruan",
"license": "MIT"
}

Loading…
Cancel
Save