Skip to content

Commit

Permalink
chore: remove unused packages (Milkdown#1577)
Browse files Browse the repository at this point in the history
* chore: remove unused packages

* chore: f

* chore: f

* chore: f
  • Loading branch information
Saul-Mirone authored Dec 9, 2024
1 parent 0c4f200 commit 25e847f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 504 deletions.
21 changes: 0 additions & 21 deletions e2e/cypress.config.ts

This file was deleted.

28 changes: 1 addition & 27 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,12 @@
},
"tsc": {
"cache": true
},
"e2e": {
"cache": true
},
"build-storybook": {
"cache": true
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": ["{workspaceRoot}/vite.config.ts"],
"production": ["default"]
},
"nxCloudAccessToken": "YTAwYWM5ZDgtOGM3OC00YTQwLThlZjUtNjQwZWE5NzUxZjk4fHJlYWQ=",
"plugins": [
{
"plugin": "@nx/storybook/plugin",
"options": {
"buildStorybookTargetName": "build-storybook",
"serveStorybookTargetName": "storybook",
"testStorybookTargetName": "test-storybook",
"staticStorybookTargetName": "static-storybook"
}
},
{
"plugin": "@nx/cypress/plugin",
"options": {
"targetName": "e2e",
"openTargetName": "e2e-open",
"componentTestingTargetName": "component-test",
"ciTargetName": "e2e-ci"
}
}
]
"nxCloudAccessToken": "YTAwYWM5ZDgtOGM3OC00YTQwLThlZjUtNjQwZWE5NzUxZjk4fHJlYWQ="
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"test:tsc:cache": "nx run-many --target=tsc --all --parallel",
"test:lint": "oxlint -c .oxlintrc.json",
"test:e2e": "pnpm --filter=@milkdown/e2e test",
"test:e2e:build": "nx build @milkdown/e2e",
"test:e2e:debug": "nx open-cypress @milkdown/e2e",
"test:e2e:build": "pnpm --filter=@milkdown/e2e run build",
"format": "lint-staged",
"fix": "prettier . --write",
"start": "pnpm --filter=@milkdown/storybook run start",
Expand All @@ -36,8 +35,6 @@
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@nrwl/tao": "19.8.4",
"@nx/cypress": "20.2.1",
"@nx/storybook": "20.2.1",
"@nx/web": "20.2.1",
"@nx/workspace": "20.2.1",
"@rollup/plugin-commonjs": "^28.0.0",
Expand Down Expand Up @@ -126,7 +123,10 @@
"side-channel": "npm:@nolyfill/side-channel@^1",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
"typedarray": "npm:@nolyfill/typedarray@^1",
"which-typed-array": "npm:@nolyfill/which-typed-array@^1"
"which-typed-array": "npm:@nolyfill/which-typed-array@^1",
"array-flatten": "npm:@nolyfill/array-flatten@^1",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1"
}
}
}
Loading

0 comments on commit 25e847f

Please sign in to comment.