Skip to content

Commit

Permalink
add deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
effortlessmountain committed Apr 19, 2020
1 parent e53e19b commit 01f0468
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 1 deletion.
91 changes: 91 additions & 0 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ironsworn-asset-workbench",
"version": "0.4.2",
"private": true,
"homepage": "https://effortlessmountain.github.io/ironsworn-asset-workbench",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.1",
Expand All @@ -10,13 +11,16 @@
"@types/node": "^12.12.29",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"gh-pages": "^2.2.0",
"html2canvas": "^1.0.0-rc.5",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-scripts": "3.4.0",
"typescript": "^3.7.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand All @@ -37,4 +41,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 01f0468

Please sign in to comment.