Skip to content

Commit

Permalink
ci: update custom build url
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Oct 4, 2023
1 parent 5a2c719 commit fe78714
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:

- name: npm install and build
env:
REACT_APP_API_HOST: "https://chia-cadt-demo.chiamanaged.com/observer"
REACT_APP_API_HOST: "https://chia-cadt-demo.chiamanaged.com/observer/v1"
REACT_APP_APP_URL: "https://chia-cadt-demo.chiamanaged.com/"
run: |
node --version
Expand Down
26 changes: 24 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-react": "^7.32.2",
"foreman": "^3.0.1",
"husky": "^8.0.3",
"mocha": "^9.1.3",
"mock-local-storage": "^1.1.19",
"prettier": "^2.4.1",
Expand Down

0 comments on commit fe78714

Please sign in to comment.