Merge branch 'master' into fix-oracle-parse

This commit is contained in:
Martin McKeaveney 2024-07-23 11:41:11 +01:00 committed by GitHub
commit c9b66cd002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { createMockContext, createMockCookies } from "@shopify/jest-koa-mocks"
import { BBContext } from "@budibase/types"
export const newContext = (): BBContext => {
const ctx = createMockContext()
const ctx = createMockContext() as any
return {
...ctx,
path: "/",

View File

@ -25,8 +25,10 @@ zbctl deploy resource onboarding.bpmn --insecure
zbctl deploy resource free_trial.bpmn --insecure
zbctl deploy resource verify_sso_login.bpmn --insecure
cd ../../../../../budibase/packages/account-portal/packages/server
cd ../../../../../budibase/packages/pro
yarn && yarn build
cd ../account-portal/packages/server
yarn worker:run & cd ../../../.. && yarn dev:accountportal