@rpcbase/cli 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -11,6 +11,10 @@ const verify_env = require("./verify_env")
|
|
|
11
11
|
const verify_project = async(run_configs) => {
|
|
12
12
|
let result_errors = []
|
|
13
13
|
|
|
14
|
+
console.log("tmp skipping verify env")
|
|
15
|
+
return result_errors
|
|
16
|
+
|
|
17
|
+
|
|
14
18
|
const project_root_dir = get_root_dir(run_configs)
|
|
15
19
|
|
|
16
20
|
// get env file from server and validate required services and ports
|