victornoel commented on a change in pull request #6541: [SIP-14] remove
dependency on yarn in favor of npm
URL:
https://github.com/apache/incubator-superset/pull/6541#discussion_r242126808
##########
File path: contrib/docker/docker-entrypoint.sh
##########
@@ -6,8 +6,8 @@ if [ "$#" -ne 0 ]; then
elif [ "$SUPERSET_ENV" = "development" ]; then
superset worker &
# needed by superset runserver
- (cd superset/assets/ && yarn && yarn run sync-backend)
- (cd superset/assets/ && yarn run dev) &
+ (cd superset/assets/ && npm install && npm run sync-backend)
Review comment:
here it is correct to have `npm install` I think since this is for dev :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]