Skip to content

Commit

Permalink
test(e2e): clean up modern-js fixture (web-infra-dev#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Apr 1, 2024
1 parent 94e1b0f commit 78c1712
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 813 deletions.
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

0 comments on commit 78c1712

Please sign in to comment.