chore: fix error commend
This commit is contained in:
parent
da80c1fb41
commit
e8344c1d28
@ -35,7 +35,7 @@ export default ({ command, mode }) => {
|
|||||||
// mode: 区分生产环境还是开发环境
|
// mode: 区分生产环境还是开发环境
|
||||||
console.log(command, mode)
|
console.log(command, mode)
|
||||||
// pnpm dev:h5 时得到 => serve development
|
// pnpm dev:h5 时得到 => serve development
|
||||||
// pnpm build:h5 时得到 => build development
|
// pnpm build:h5 时得到 => build production
|
||||||
// pnpm dev:mp-weixin 时得到 => build development (注意区别,command为build)
|
// pnpm dev:mp-weixin 时得到 => build development (注意区别,command为build)
|
||||||
// pnpm build:mp-weixin 时得到 => build production
|
// pnpm build:mp-weixin 时得到 => build production
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user