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.
1 parent 8887782 commit 3a1c471Copy full SHA for 3a1c471
build/ci.js
@@ -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')
+import path from 'path'
+import fs from 'fs'
+import ci from 'miniprogram-ci'
+import packageJson from '../package.json'
6
7
const privateKeyPath = path.resolve(__dirname, './key')
8
0 commit comments