Skip to content

Commit 3ecb5a6

Browse files
author
v_guanglwen
committed
feat: 测测测测
1 parent f92c7f2 commit 3ecb5a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/ci.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import path from 'path'
2+
import { fileURLToPath } from 'url'
23
import fs from 'fs'
34
import ci from 'miniprogram-ci'
4-
import packageJson from '../package.json' assert { type: 'json' }
5-
5+
import packageJson from '../package.json' with { type: 'json' }
6+
const __filename = fileURLToPath(import.meta.url)
7+
const __dirname = path.dirname(__filename)
68
const privateKeyPath = path.resolve(__dirname, './key')
79

810
// 检查私钥文件是否已存在

0 commit comments

Comments
 (0)