Skip to content

Commit fc1b87c

Browse files
committed
Remove workspaces support
1 parent 6e1b36c commit fc1b87c

File tree

4 files changed

+22
-135
lines changed

4 files changed

+22
-135
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,3 @@ dist
108108

109109
# Browser snapshots
110110
browser-snapshots
111-
112-
# Workspace directories (cloned repositories)
113-
workspaces/

package-lock.json

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@
33
"version": "3.1.1-dev.2",
44
"description": "Detect and resolve docs into Doc Detective tests.",
55
"main": "src/index.js",
6-
"workspaces": [
7-
"workspaces/*"
8-
],
96
"scripts": {
107
"test": "mocha src/*.test.js",
11-
"dev": "node dev",
12-
"postinstall": "node scripts/workspace-setup.js",
13-
"workspace:install": "FORCE_WORKSPACE_SETUP=1 node scripts/workspace-setup.js",
14-
"workspace:test": "npm run test --workspaces --if-present",
15-
"workspace:build": "npm run build --workspaces --if-present"
8+
"dev": "node dev"
169
},
1710
"repository": {
1811
"type": "git",

scripts/workspace-setup.js

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)