Skip to content

Commit 0ecef6f

Browse files
authored
Merge pull request #646 from lockdown-systems/finish-removing-docs
Finish removing the docs package
2 parents e9867cf + 7300336 commit 0ecef6f

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
"appdmg": "^0.6.6"
116116
},
117117
"workspaces": [
118-
"archive-static-sites/x-archive",
119-
"docs"
118+
"archive-static-sites/x-archive"
120119
]
121120
}

scripts/clean.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ if (fs.existsSync(buildDir)) {
2727
console.log("Running npm install for Cyd...");
2828
execSync("npm install", { stdio: "inherit" });
2929

30-
console.log("Running npm install for docs...");
31-
execSync("npm install", { stdio: "inherit", cwd: "docs" });
32-
3330
console.log("Running npm install for x-archive...");
3431
execSync("npm install", {
3532
stdio: "inherit",

0 commit comments

Comments
 (0)