@intuned/runtime-dev 1.0.6-cli.8.1.5 ā 1.0.6-cli.8.1.7
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,6 +138,7 @@ 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");
|
|
141
142
|
return tree;
|
|
142
143
|
}
|
|
143
144
|
console.log(_chalk.default.cyan("\nš¦ Building project..."));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intuned/runtime-dev",
|
|
3
|
-
"version": "1.0.6-cli.8.1.
|
|
3
|
+
"version": "1.0.6-cli.8.1.7",
|
|
4
4
|
"description": "Intuned runtime",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"intuned-init": "./bin/intuned-init",
|
|
54
54
|
"intuned-run": "./bin/intuned-run",
|
|
55
55
|
"intuned-deploy": "./bin/intuned-deploy",
|
|
56
|
-
"intuned-build-project": "./bin/intuned-build"
|
|
56
|
+
"intuned-build-project": "./bin/intuned-build-project"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|