-
Notifications
You must be signed in to change notification settings - Fork 366
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
Better dev experience for JS generated file hashes #7975
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
], | ||
"scripts": { | ||
"build:types": "tsc --noEmit && dts-buddy", | ||
"build": "npm run build:types" | ||
"build": "npm run build:types", | ||
"build:no-check": "npm run build" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This does the same thing as There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's a great comment - it should be comited :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, it would be nice if it was possible to put comments in JSON. i'm not sure where else to put it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh right 🤦 God damn JSON |
||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -47,4 +48,4 @@ | |
"dts-buddy": "^0.3.0", | ||
"typescript": "^5.2.2" | ||
} | ||
} | ||
} |
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.
docstring! Update what hashes? Why and when would they need updating?