未验证 提交 6dbe25ca 编写于 作者: Y Yi Shen 提交者: GitHub

Merge pull request #18427 from apache/update-script

chore: update `prepublish` to `prepare` in build script
......@@ -149,11 +149,11 @@ function validateIO(input, output) {
*/
async function build(configs) {
console.log(chalk.yellow(`
NOTICE: If you are using 'npm run build'. Run 'npm run prepublish' before build !!!
NOTICE: If you are using 'npm run build'. Run 'npm run prepare' before build !!!
`));
console.log(chalk.yellow(`
NOTICE: If you are using syslink on zrender. Run 'npm run prepublish' in zrender first !!
NOTICE: If you are using syslink on zrender. Run 'npm run prepare' in zrender first !!
`));
for (let singleConfig of configs) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册