Skip to content

Commit

Permalink
Restore gh-pages scripts (#148)
Browse files Browse the repository at this point in the history
* Restore gh-pages scripts

* Move gh-pages to dev dependencies
  • Loading branch information
jchuahtacc authored Sep 1, 2021
1 parent 5c4457e commit 2c63534
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 1 deletion.
153 changes: 153 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
"web-vitals": "^1.1.2",
"yup": "^0.32.9"
},
"homepage": "https://tapis-project.github.io/tapis-ui",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --max-warnings=0 . && prettier --single-quote --check src",
"prettier": "prettier --single-quote --write ."
"prettier": "prettier --single-quote --write .",
"gh-pages": "react-scripts build && gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -80,6 +82,7 @@
"@types/redux-thunk": "^2.1.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"gh-pages": "^3.2.3",
"prettier": "^2.3.2",
"redux-mock-store": "^1.5.4",
"redux-saga-test-plan": "^4.0.3"
Expand Down

0 comments on commit 2c63534

Please sign in to comment.