eschutho commented on code in PR #23199: URL: https://github.com/apache/superset/pull/23199#discussion_r1119360803
########## docs/docs/installation/installing-superset-from-scratch.mdx: ########## @@ -138,6 +138,9 @@ superset load_examples # Create default roles and permissions superset init +# Build javascript assets +npm run build Review Comment: ```suggestion cd superset-frontend npm ci npm run build cd .. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
