Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to publish a beta version with antd-tools cmd #149

Open
buruofei opened this issue May 29, 2020 · 2 comments
Open

how to publish a beta version with antd-tools cmd #149

buruofei opened this issue May 29, 2020 · 2 comments

Comments

@buruofei
Copy link

// Argument tag if (argv['npm-tag']) { tagString = argv['npm-tag']; }
tagString is undefined.

@buruofei
Copy link
Author

when i command npm run pub npm-tag=beta , argv['npm-tag'] is undefined

@kunkkaliu
Copy link

kunkkaliu commented Nov 4, 2020

.antd-tools.config.js

module.exports = {
compile: {
finalize: finalizeCompile,
},
dist: {
finalize: finalizeDist,
},
generateThemeFileContent,
tag: 'beta',
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants