codeplay-common 1.0.54 → 1.0.57
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 +2 -1
- package/scripts/uninstall.js +3 -1
package/package.json
CHANGED
package/scripts/uninstall.js
CHANGED
|
@@ -7,7 +7,7 @@ const filePrefixes = [
|
|
|
7
7
|
];
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -17,6 +17,8 @@ const path = require("path");
|
|
|
17
17
|
const projectRoot = path.resolve(__dirname, "../../../"); // Project root
|
|
18
18
|
const commonBuildPath = path.join(__dirname, "../files"); // Path where files were copied from
|
|
19
19
|
|
|
20
|
+
const splashXmlPath = path.join(projectRoot, "splashxml"); // Path to splashxml folder
|
|
21
|
+
|
|
20
22
|
process.stdout.write("🚀 Uninstalling: Removing old and copied files...");
|
|
21
23
|
|
|
22
24
|
|