We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened: When ran npm run release on a windows machine, nothing happened. Apparently, it has something to do with the way .env file is read.
npm run release
What should have happened: The command should work regardless of system.
How to reproduce it (as precise as possible): Use a windows machine and run npm run release
The text was updated successfully, but these errors were encountered:
Fixing #1301 might be preferable to this, so we can get rid of the cli release process completely.
Sorry, something went wrong.
@humphd : Should I close this issue then to prevent any overlap?
Sure, let's do that.
No branches or pull requests
What happened:
When ran
npm run release
on a windows machine, nothing happened. Apparently, it has something to do with the way .env file is read.What should have happened:
The command should work regardless of system.
How to reproduce it (as precise as possible):
Use a windows machine and run
npm run release
The text was updated successfully, but these errors were encountered: