codeplay-common 1.0.6 → 1.0.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.
- package/package.json +1 -1
- package/scripts/sync-files.js +1 -1
package/package.json
CHANGED
package/scripts/sync-files.js
CHANGED
|
@@ -6,7 +6,7 @@ const commonBuildPath = path.join(__dirname, "../files"); // Path to common file
|
|
|
6
6
|
const packageJsonPath = path.join(projectRoot, "package.json");
|
|
7
7
|
|
|
8
8
|
console.log("PROJECT ROOT IS ",projectRoot)
|
|
9
|
-
console.log("commonBuildPath IS ",
|
|
9
|
+
console.log("commonBuildPath IS ",commonBuildPath)
|
|
10
10
|
console.log("PROJECT ROOT IS PACKAGE.JSON",packageJsonPath)
|
|
11
11
|
|
|
12
12
|
|