Skip to content

Commit

Permalink
chore: update prepublish to prepare in build script. (follow up e…
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Mar 27, 2023
1 parent f27b615 commit 9caa5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9caa5f8

Please sign in to comment.