-
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
chore: clean Nx config #2496
base: main
Are you sure you want to change the base?
chore: clean Nx config #2496
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3cb8376. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
fix: cache for tsconfig.build changes fix: cache for exposed schemas
19de147
to
3cb8376
Compare
@@ -32,7 +32,7 @@ | |||
"default": "./schemas/*.json" | |||
}, | |||
".": { | |||
"es2020": "./dist/src/public_api.js", | |||
"module": "./dist/src/public_api.js", | |||
"default": "./dist/src/public_api.js", |
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.
default should be at the end
we have a warning while compiling vscode extension
Proposed change
Related issues
- No issue associated -