-
Notifications
You must be signed in to change notification settings - Fork 24
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
Skip 0.9.1, prepare for 0.9.2, fix textmate-grammar package #2963
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
# important so that we could bump System.version | ||
- name: Build squiggle-lang | ||
working-directory: packages/squiggle-lang | ||
run: pnpm turbo build |
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.
This step is not necessary anymore, System.version
is now updated with ops/
script through babel.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2963 +/- ##
=======================================
Coverage 69.73% 69.73%
=======================================
Files 120 120
Lines 6791 6791
Branches 1448 1448
=======================================
Hits 4736 4736
Misses 2047 2047
Partials 8 8 ☔ View full report in Codecov by Sentry. |
This PR overrides #2962; because of the missing
"files"
field in textmate-grammarpackage.json
, @quri/[email protected] was missingdist/
files.So this PR:
changeset-version
script