mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-06-04 17:27:05 +00:00
Bug fixes (#19)
This commit is contained in:
committed by
GitHub
parent
d60bc7989e
commit
08a8432e2a
@@ -1,5 +1,4 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const appenv = require('../appenv');
|
||||
const { exec } = require('./child-proc');
|
||||
const {
|
||||
@@ -9,8 +8,7 @@ const {
|
||||
executeOnContainer,
|
||||
teardownDeploymentCluster,
|
||||
isExists,
|
||||
updateDockerImages,
|
||||
archiveDirectory
|
||||
updateDockerImages
|
||||
} = require('./common');
|
||||
const { success, error, info, warn } = require('./logger');
|
||||
|
||||
@@ -149,7 +147,6 @@ module.exports = {
|
||||
version,
|
||||
codeGen,
|
||||
deploy,
|
||||
bundle,
|
||||
clean,
|
||||
logs,
|
||||
start,
|
||||
|
||||
Reference in New Issue
Block a user