Skip to content
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

Can't publish/build on Windows (easily) #47

Open
turt2live opened this issue Feb 22, 2022 · 0 comments
Open

Can't publish/build on Windows (easily) #47

turt2live opened this issue Feb 22, 2022 · 0 comments

Comments

@turt2live
Copy link
Member

It's difficult to set this project up on Windows, and npm interactions (particularly after #31 lands for publishing) are near-impossible.

The major points of concern are:

Workaround steps for publishing (post-#31) are:

  1. Use WSL
  2. yarn install
  3. yarn build:ts (run the prepublish script manually)
  4. Go back to the host
  5. Disable prepublishOnly by renaming it
  6. npm publish --access public

It's obviously not great to have to jump around between VMs to do a release though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant