You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As create-bjerk-typescript is being updated, I want to be able to update it.
Currently, I am running the command again and resetting the files I don't want to be updated.
Most of the time, I have to reset package.json; the diff isn't very useful.
Maybe it's worth looking into updating the files typically updated by the users if they exist when running create-bjerk-typescript? I.e. package.json could be read and updated, maybe ignoring dependencies?
I would love to have a programmatic way to update workspaces, so they are kept updated with what is happening in this repository.
The text was updated successfully, but these errors were encountered:
As
create-bjerk-typescript
is being updated, I want to be able to update it.Currently, I am running the command again and resetting the files I don't want to be updated.
Most of the time, I have to reset
package.json
; the diff isn't very useful.Maybe it's worth looking into updating the files typically updated by the users if they exist when running
create-bjerk-typescript
? I.e.package.json
could be read and updated, maybe ignoring dependencies?I would love to have a programmatic way to update workspaces, so they are kept updated with what is happening in this repository.
The text was updated successfully, but these errors were encountered: