Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(e2e): clean up modern-js fixture #886

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions e2e/fixtures/modern-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,7 @@
"scripts": {
"dev": "modern dev",
"build": "modern build",
"build:watch": "modern build -w",
"reset": "rimraf ./**/node_modules",
"lint": "modern lint",
"change": "modern change",
"bump": "modern bump",
"pre": "modern pre",
"change-status": "modern change-status",
"gen-release-note": "modern gen-release-note",
"release": "modern release",
"new": "modern new",
"upgrade": "modern upgrade"
"build:watch": "modern build -w"
},
"exports": {
".": {
Expand All @@ -37,13 +27,10 @@
},
"devDependencies": {
"@modern-js/plugin-rspress": "workspace:*",
"@types/jest": "^29",
"@types/node": "~16.11.7",
"@types/react": "~18.0.26",
"antd": "5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "~3.0.2",
"typescript": "^5"
},
"peerDependencies": {
Expand Down
Loading
Loading