diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b96421a1..ac700fdb7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,10 +78,9 @@ jobs: steps: - checkout: path: ~/repo - - run: name: Install Dependencies - command: npm i --legacy-peer-deps + command: npm i - run: npm run build @@ -140,6 +139,27 @@ jobs: to: "s3://imex-online-test/" - jira/notify + test-app-beta-build: + docker: + - image: cimg/node:18.18.2 + + working_directory: ~/repo/client + + steps: + - checkout: + path: ~/repo + + - run: + name: Install Dependencies + command: npm i + + - run: npm run build + + - aws-s3/sync: + from: build + to: "s3://imex-online-test-beta/" + - jira/notify + admin-app-build: docker: - image: cimg/node:16.15.0 @@ -194,6 +214,10 @@ workflows: filters: branches: only: test + - test-app-beta-build: + filters: + branches: + only: test-beta - test-hasura-migrate: secret: ${HASURA_TEST_SECRET} filters: diff --git a/client/src/index.js b/client/src/index.js index bce604bca..2a4118568 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -12,7 +12,7 @@ import { persistor, store } from "./redux/store"; import reportWebVitals from "./reportWebVitals"; import "./translations/i18n"; import "./utils/CleanAxios"; -import {ConfigProvider} from "antd"; +import { ConfigProvider } from "antd"; //import { BrowserTracing } from "@sentry/tracing"; //import "antd/dist/antd.css"; // import "antd/dist/antd.less"; @@ -64,7 +64,6 @@ function App() { // Used for ANTD Component Tokens // https://ant.design/docs/react/migrate-less-variables -// TODO - Client Update - At a later time it might be worth removing these defaults ReactDOM.createRoot(document.getElementById('root')).render(