Skip to content

Commit 25e847f

Browse files
authored
chore: remove unused packages (#1577)
* chore: remove unused packages * chore: f * chore: f * chore: f
1 parent 0c4f200 commit 25e847f

File tree

4 files changed

+42
-504
lines changed

4 files changed

+42
-504
lines changed

Diff for: e2e/cypress.config.ts

-21
This file was deleted.

Diff for: nx.json

+1-27
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,12 @@
2121
},
2222
"tsc": {
2323
"cache": true
24-
},
25-
"e2e": {
26-
"cache": true
27-
},
28-
"build-storybook": {
29-
"cache": true
3024
}
3125
},
3226
"namedInputs": {
3327
"default": ["{projectRoot}/**/*", "sharedGlobals"],
3428
"sharedGlobals": ["{workspaceRoot}/vite.config.ts"],
3529
"production": ["default"]
3630
},
37-
"nxCloudAccessToken": "YTAwYWM5ZDgtOGM3OC00YTQwLThlZjUtNjQwZWE5NzUxZjk4fHJlYWQ=",
38-
"plugins": [
39-
{
40-
"plugin": "@nx/storybook/plugin",
41-
"options": {
42-
"buildStorybookTargetName": "build-storybook",
43-
"serveStorybookTargetName": "storybook",
44-
"testStorybookTargetName": "test-storybook",
45-
"staticStorybookTargetName": "static-storybook"
46-
}
47-
},
48-
{
49-
"plugin": "@nx/cypress/plugin",
50-
"options": {
51-
"targetName": "e2e",
52-
"openTargetName": "e2e-open",
53-
"componentTestingTargetName": "component-test",
54-
"ciTargetName": "e2e-ci"
55-
}
56-
}
57-
]
31+
"nxCloudAccessToken": "YTAwYWM5ZDgtOGM3OC00YTQwLThlZjUtNjQwZWE5NzUxZjk4fHJlYWQ="
5832
}

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"test:tsc:cache": "nx run-many --target=tsc --all --parallel",
1616
"test:lint": "oxlint -c .oxlintrc.json",
1717
"test:e2e": "pnpm --filter=@milkdown/e2e test",
18-
"test:e2e:build": "nx build @milkdown/e2e",
19-
"test:e2e:debug": "nx open-cypress @milkdown/e2e",
18+
"test:e2e:build": "pnpm --filter=@milkdown/e2e run build",
2019
"format": "lint-staged",
2120
"fix": "prettier . --write",
2221
"start": "pnpm --filter=@milkdown/storybook run start",
@@ -36,8 +35,6 @@
3635
"@commitlint/cli": "^19.0.0",
3736
"@commitlint/config-conventional": "^19.0.0",
3837
"@nrwl/tao": "19.8.4",
39-
"@nx/cypress": "20.2.1",
40-
"@nx/storybook": "20.2.1",
4138
"@nx/web": "20.2.1",
4239
"@nx/workspace": "20.2.1",
4340
"@rollup/plugin-commonjs": "^28.0.0",
@@ -126,7 +123,10 @@
126123
"side-channel": "npm:@nolyfill/side-channel@^1",
127124
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
128125
"typedarray": "npm:@nolyfill/typedarray@^1",
129-
"which-typed-array": "npm:@nolyfill/which-typed-array@^1"
126+
"which-typed-array": "npm:@nolyfill/which-typed-array@^1",
127+
"array-flatten": "npm:@nolyfill/array-flatten@^1",
128+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
129+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1"
130130
}
131131
}
132132
}

0 commit comments

Comments
 (0)