npm run release
sometimes fails but can be fixed with npm run all
#1249
Labels
npm run release
sometimes fails but can be fixed with npm run all
#1249
What should we do
Make the release command consistent
Why should we do it
To make our lives easier, we don't release that often but when we do usually getting interrupted because of some obscure fact that we need to run
npm run all
twice (once as part of the release command) is something that we should improve.The text was updated successfully, but these errors were encountered: