Skip to content

Commit

Permalink
feat (sandbox): add gh-pages deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaghost committed Jul 12, 2023
1 parent fac5ffb commit 0ee41b4
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 8 deletions.
6 changes: 5 additions & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "sandbox",
"version": "0.1.0",
"license": "MIT",
"homepage": "https://shapeshift.github.io/metamask-snaps/",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "rimraf ./build && react-app-rewired build",
Expand All @@ -13,7 +14,9 @@
"lint:fix": "yarn lint --fix && yarn lint:package-json",
"lint:package-json": "prettier-package-json --write ./package.json",
"show-linked-packages": "find node_modules node_modules/@* -maxdepth 1 -type l -print",
"test": "echo 'No test suite defined for sandbox.'"
"test": "echo 'No test suite defined for sandbox.'",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.4",
Expand Down Expand Up @@ -75,6 +78,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"github-pages": "^3.0.2",
"prettier": "^2.7.1",
"prettier-package-json": "^2.6.4",
"process": "^0.11.10",
Expand Down
Loading

0 comments on commit 0ee41b4

Please sign in to comment.