-
Notifications
You must be signed in to change notification settings - Fork 61
Closed as not planned
Description
> I see some repositories using `npm run build`
I'd always run it with npm run build --if-present, just like the others. This makes sure that we verify that the dependencies only used for building are tested as part of the CI
npm run validate:tsnpm run test:typescriptnpm run test:ts
I'm tending towards test:tsc to be as clear as possible. In other project I use test:tsd for type-only tests using tsd, and in future when I hope me move away from TS source code I could imagine @octokit to use that, too (Example)
But I'm open to anything, it's not set in stone. I do agree we should normalize it across the @octokit repositories though
Originally posted by @gr2m in octokit/.github#13 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done