@intuned/runtime-dev 1.0.6-cli.8.1.8 ā 1.0.6-cli.8.2.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.
|
@@ -138,7 +138,6 @@ async function convertProjectToCodeTree(projectPath) {
|
|
|
138
138
|
} catch (error) {
|
|
139
139
|
console.log(_chalk.default.yellow(`Warning: Could not read directory ${dirPath}`));
|
|
140
140
|
}
|
|
141
|
-
console.log(tree, "TEST");
|
|
142
141
|
return tree;
|
|
143
142
|
}
|
|
144
143
|
console.log(_chalk.default.cyan("\nš¦ Building project..."));
|
|
@@ -169,7 +168,6 @@ async function deployProject(projectName, auth) {
|
|
|
169
168
|
method: "POST",
|
|
170
169
|
body: JSON.stringify(deployProjectPayload)
|
|
171
170
|
});
|
|
172
|
-
console.log(response);
|
|
173
171
|
if (!response.ok) {
|
|
174
172
|
if (response.status === 401) {
|
|
175
173
|
throw new Error(`Invalid API key. Please check your API key and try again.`);
|