...
Code Block | ||
---|---|---|
| ||
// bte/app/themes.js import {defaultTheme} from '@safe-paths/ux/themes'; import {bteLogo} from '../svg/bteLogo.svg'; export const defaultTheme = { ...defaultGpsTheme, logoSvg: BTELogo, }; |
CI/CD
Currently we have github workflows set up to run tests, generate artifacts, and deploy. We’ll want to duplicate the workflows for artifact generation and deployment, but run tests for the entire repository as one.