Skip to content

Commit

Permalink
added unsecured error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 10, 2021
1 parent 624da20 commit e266bef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ui/package-lock.json

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

8 changes: 6 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
Expand Down Expand Up @@ -40,9 +41,12 @@
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=true react-scripts build",
"buildProd": "react-scripts build",
"buildProd": "react-scripts build && npm run copy",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"build:static": "sass src/static.scss ./build/unsecured/static.css",
"copy:static": "node ./build",
"copy": "npm run copy:static && npm run build:static"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit e266bef

Please sign in to comment.