-
Notifications
You must be signed in to change notification settings - Fork 46
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
file movements #399
file movements #399
Conversation
@@ -14,7 +14,7 @@ | |||
"scripts": { | |||
"dev": "nodemon", | |||
"build": "npm run build -w packages/adapters-library -w packages/workers -w packages/adapters-cli", | |||
"build:watch": "npm run build:watch -w packages/adapters-library -w packages/workers -w packages/adapters-cli", |
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.
watch blocks the cli, son none of the other packages were building.
@@ -3,9 +3,8 @@ | |||
"files": { | |||
"ignore": [ | |||
"packages/adapters-library/src/**/contracts/**", | |||
"packages/adapters-library/src/adapters/blank/blankTemplate/blankAdapterForCli/blankAdapter.ts", | |||
"packages/adapters-library/dist/**", | |||
"packages/adapters-library/coverage/**", |
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.
Better monorepo coverage.
|
No real changes. Just moving files around so that the next PR is more palatable.
Also some setting changes that needed fixing.