-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat(monorepo): converts repo to monorepo #378
base: beta
Are you sure you want to change the base?
Conversation
BREAKING CHANGE: needs bump to v3
@@ -246,9 +248,15 @@ describe('cli functional tests', () => { | |||
'DropDB will likely fail since DB might not be there' | |||
); | |||
await createDB(migrationDBName); | |||
await callWarthogCLI('db:migrate:generate'); |
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.
TODO: make sure these tests still work
@@ -0,0 +1 @@ | |||
## warthog core |
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.
Need better README
@@ -0,0 +1 @@ | |||
## Warthog server express |
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.
Need better README
@@ -1,4 +1,4 @@ | |||
# Run the following commands | |||
## Run the following commands |
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.
Need better README
@@ -0,0 +1,18 @@ | |||
module.exports = { |
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.
Should this be in package.json or in separate file?
BREAKING CHANGE: several changes will be needed, so this is a breaking change