-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable usage testing of the preApplication schema #290
Enable usage testing of the preApplication schema #290
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this !
types/shared/Entity.ts
Outdated
@@ -0,0 +1,16 @@ | |||
import {URL} from './utils'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also solved the duplicate Entity
definition error via #289 - sorry for conflicts here!
name: 'PreApplication', | ||
schema: preApplicationSchema, | ||
examples: getJSONExamples<PreApplication>('preApplication'), | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much appreciated - fixes #243
@@ -1,5 +1,8 @@ | |||
#!/bin/bash | |||
|
|||
set -e | |||
set -o pipefail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 much nicer
4d465b5
to
0f7db66
Compare
@jessicamcinchak rebase to fix the merged conflicts. There was a rollback to version 6.0 of pnpm-lock.yaml in #291 which I think was unintentional so reverting that to version 9.0 is included. |
Thanks again @pixeltrix - going to merge this and then rebase and merge #287, then |
This PR does the following:
build-schema
fails when a subprocess failsEntity
to a separate file to avoid duplicate definitiontsconfig.buildinfo