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
We recently realized that neither rush build nor rush rebuild call to prebuild. For this reason, we’ve opted for removing prebuild from the package.json files on the JS SDK, and now we run npm run clean && at the beginning of the build script.
Please help us make this change happen in the code generator, so that newly generated packages can take this change as well!
Ok, after chatting with @mikeharder and @xirzec we’ve decided to keep npm run clean && inside of the build step. Thank you for working on this, @JonathanCrd
We recently realized that neither
rush build
norrush rebuild
call toprebuild
. For this reason, we’ve opted for removingprebuild
from the package.json files on the JS SDK, and now we runnpm run clean &&
at the beginning of thebuild
script.Please help us make this change happen in the code generator, so that newly generated packages can take this change as well!
More information in the related JS SDK issue: Azure/azure-sdk-for-js#17125
The text was updated successfully, but these errors were encountered: