For npm users to be able to copy code, we should add a switch on the config page to flip between yarn and npm. `yarn observable subcommand` translates to `npx observable subcommand`, `yarn build` would be `npm run build`. These will obviously need to be tested with both before we add this.