We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundle
1 parent 36b21ef commit a609139Copy full SHA for a609139
scripts/bundle
@@ -11,8 +11,8 @@ import {createRequire} from 'node:module'
11
import process from 'node:process'
12
import {
13
OPEN_SOURCE_ADDRESS,
14
- buildImage,
15
- getRecentGitCommit,
+ VipGit,
+ VipDocker,
16
} from '@142vip/utils'
17
18
@@ -25,10 +25,10 @@ import {
25
const imageName = `${OPEN_SOURCE_ADDRESS.DOCKER_ALIYUNCS_VIP}/docs:${pkg.name}-${pkg.version}`
26
27
// 最近一次提交信息
28
- const {hash: gitHash} = await getRecentGitCommit()
+ const {hash: gitHash} = await VipGit.getRecentGitCommit()
29
30
// 构建镜像
31
- await buildImage({
+ await VipDocker.buildImage({
32
imageName,
33
buildArgs: [
34
// 参数中是否包含 --proxy
0 commit comments