fix cli error
This commit is contained in:
parent
ebd32d7325
commit
81bbe38f78
@ -6,7 +6,7 @@ require('shelljs/global')
|
|||||||
const targetJSPath = `${__dirname}/../target/`
|
const targetJSPath = `${__dirname}/../target/`
|
||||||
const targetAndroidPath = `${__dirname}/../target/android`
|
const targetAndroidPath = `${__dirname}/../target/android`
|
||||||
const targetiOSPath = `${__dirname}/../target/iOS`
|
const targetiOSPath = `${__dirname}/../target/iOS`
|
||||||
const currentVersion = fs.readFileSync(`${targetJSPath}/version`).toString()
|
const currentVersion = fs.readFileSync(`${targetJSPath}/version`).toString().trim()
|
||||||
function copyFile(srcPath, tarPath, cb) {
|
function copyFile(srcPath, tarPath, cb) {
|
||||||
var rs = fs.createReadStream(srcPath)
|
var rs = fs.createReadStream(srcPath)
|
||||||
rs.on('error', function (err) {
|
rs.on('error', function (err) {
|
||||||
|
Reference in New Issue
Block a user