Commit a810f9a2 authored by Wyatt Barnes's avatar Wyatt Barnes Committed by GitHub

Repalce static-server with serve (#8641)

parent 731cfea7
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"clean": "rm -rf node_modules packages/*/node_modules && echo 'Finished cleaning'", "clean": "rm -rf node_modules packages/*/node_modules && echo 'Finished cleaning'",
"lint": "prettier --check .", "lint": "prettier --check .",
"lint:fix": "prettier --write .", "lint:fix": "prettier --write .",
"start:metamask-dapp": "npx static-server node_modules/@metamask/test-dapp/dist --port 9011", "start:metamask-dapp": "npx serve -l 9011 node_modules/@metamask/test-dapp/dist",
"test": "npx playwright test" "test": "npx playwright test"
}, },
"devDependencies": { "devDependencies": {
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"@playwright/test": "1.40.1", "@playwright/test": "1.40.1",
"@synthetixio/synpress": "3.7.2-beta.9", "@synthetixio/synpress": "3.7.2-beta.9",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"static-server": "^2.2.1", "serve": "^14.2.1",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"viem": "^1.20.0" "viem": "^1.20.0"
}, },
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment