1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Merge branch 'fix-oracle-parse' of github.com:Budibase/budibase into fix-oracle-parse

This commit is contained in:
Martin McKeaveney 2024-07-23 11:42:57 +01:00
commit 36f20a2c71
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" import { BBContext } from "@budibase/types"
export const newContext = (): BBContext => { export const newContext = (): BBContext => {
const ctx = createMockContext() const ctx = createMockContext() as any
return { return {
...ctx, ...ctx,
path: "/", path: "/",

View file

@ -25,8 +25,10 @@ zbctl deploy resource onboarding.bpmn --insecure
zbctl deploy resource free_trial.bpmn --insecure zbctl deploy resource free_trial.bpmn --insecure
zbctl deploy resource verify_sso_login.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 yarn worker:run & cd ../../../.. && yarn dev:accountportal