Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(monorepo): converts repo to monorepo #378

Open
wants to merge 2 commits into
base: beta
Choose a base branch
from

Conversation

goldcaddy77
Copy link
Owner

BREAKING CHANGE: several changes will be needed, so this is a breaking change

@@ -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');
Copy link
Owner Author

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
Copy link
Owner Author

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
Copy link
Owner Author

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
Copy link
Owner Author

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 = {
Copy link
Owner Author

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?

@goldcaddy77 goldcaddy77 changed the base branch from main to beta April 26, 2021 17:37
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants