Skip to content

Commit ad48399

Browse files
authored
build: add valid deployment method for multichain-react-playground (#22)
* build: add valid deployment method for multichain-react-playground
1 parent e627ff1 commit ad48399

File tree

2 files changed

+210
-16
lines changed

2 files changed

+210
-16
lines changed

playground/multichain-react-playground/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"MetaMask",
77
"Ethereum"
88
],
9-
"homepage": "https://metamask.github.io/test-dapp-multichain",
9+
"homepage": ".",
1010
"bugs": {
11-
"url": "https://github.com/MetaMask/test-dapp-multichain/issues"
11+
"url": "https://github.com/MetaMask/metamask-connect-monorepo/issues"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/MetaMask/test-dapp-multichain.git"
15+
"url": "https://github.com/MetaMask/metamask-connect-monorepo.git"
1616
},
1717
"license": "MIT",
1818
"exports": {
@@ -26,9 +26,9 @@
2626
"scripts": {
2727
"build": "DISABLE_ESLINT_PLUGIN=true craco build",
2828
"build:docs": "typedoc",
29+
"deploy": "serve -s build",
2930
"changelog:update": "../../scripts/update-changelog.sh @metamask/multichain-react-playground",
3031
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/multichain-react-playground",
31-
"eject": "react-scripts eject",
3232
"prepack": "./scripts/prepack.sh",
3333
"start": "DISABLE_ESLINT_PLUGIN=true craco start",
3434
"test": "echo \"No test specified\"",
@@ -82,6 +82,7 @@
8282
"prettier-plugin-packagejson": "^2.4.5",
8383
"process": "^0.11.10",
8484
"react-scripts": "5.0.1",
85+
"serve": "^14.2.5",
8586
"tailwindcss": "^4.1.11",
8687
"ts-jest": "^27.1.4",
8788
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)