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
Currently, we upload non-minified JS. I think this is because lerna publish runs npm run build (which generates non-minified JS) and not npm run build-prod (which generated minified/optimized JS).
The text was updated successfully, but these errors were encountered:
Currently, we upload non-minified JS. I think this is because
lerna publish
runsnpm run build
(which generates non-minified JS) and notnpm run build-prod
(which generated minified/optimized JS).The text was updated successfully, but these errors were encountered: