Christoph

Results 6 comments of Christoph

I am not sure this is still relevant. However, if you want to publish to GPR and NPM in one workflow you could look at the readme of [actions/setup-node](https://github.com/actions/setup-node): ```yaml...

@hpl002 I believe you do not need to set up node twice. Your code example could be shortened: ```yaml name: Build and Deploy on: push: branches: - master jobs: publish-gpr:...

@Willshaw do you want to deploy to both NPM and GPR? I believe you have to pass the tokens as NODE_AUTH_KEY, which presents a problem if you want to deploy...

Yes, I believe that would do the trick. Like so: ```yaml name: Release on: pull_request: push: branches: - main-v1 - alpha - beta jobs: release: name: Release runs-on: ubuntu-latest steps:...

Also, removing `addDecorator(mswDecorator)` from the `preview.js` and applying the decorator only on stories that actually use mock routes does not change the outcome. There is something with the service worker,...

This seems not to happen on Linux (Manjaro) Chrome. I am unable to reproduce this behavior. I click once into "editable": - `ctrl + →` moves the cursor to the...