Skip to content

Commit 3a1c471

Browse files
author
v_guanglwen
committed
feat: 测测测测
1 parent 8887782 commit 3a1c471

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build/ci.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
'use strict';
2-
const path = require('path')
3-
const ci = require('miniprogram-ci')
4-
const fs = require('fs')
5-
const packageJson = require('../package.json')
1+
import path from 'path'
2+
import fs from 'fs'
3+
import ci from 'miniprogram-ci'
4+
import packageJson from '../package.json'
65

76
const privateKeyPath = path.resolve(__dirname, './key')
87

0 commit comments

Comments
 (0)