We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9867cf + 7300336 commit 0ecef6fCopy full SHA for 0ecef6f
2 files changed
package.json
@@ -115,7 +115,6 @@
115
"appdmg": "^0.6.6"
116
},
117
"workspaces": [
118
- "archive-static-sites/x-archive",
119
- "docs"
+ "archive-static-sites/x-archive"
120
]
121
}
scripts/clean.mjs
@@ -27,9 +27,6 @@ if (fs.existsSync(buildDir)) {
27
console.log("Running npm install for Cyd...");
28
execSync("npm install", { stdio: "inherit" });
29
30
-console.log("Running npm install for docs...");
31
-execSync("npm install", { stdio: "inherit", cwd: "docs" });
32
-
33
console.log("Running npm install for x-archive...");
34
execSync("npm install", {
35
stdio: "inherit",
0 commit comments