Skip to content

Commit

Permalink
Deploy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Jul 17, 2021
1 parent 7378a3f commit 0c13440
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*

/storybook-static
175 changes: 175 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"homepage": "http://aman035.github.io/wallet-ui-react",
"name": "wallet-ui-react",
"version": "1.0.0",
"scripts": {
"storybook": "start-storybook"
"storybook": "start-storybook",
"predeploy": "npm run build-storybook",
"deploy-storybook": "gh-pages -d storybook-static",
"build-storybook": "build-storybook"
},
"author": "Aman Gupta",
"dependencies": {
Expand All @@ -18,6 +22,7 @@
"@storybook/addons": "^5.0.6",
"@storybook/react": "^5.0.6",
"babel-loader": "^8.2.2",
"core-js": "^2.5.7"
"core-js": "^2.5.7",
"gh-pages": "^3.2.3"
}
}

0 comments on commit 0c13440

Please sign in to comment.