theatre/.github/.yarnrc.publish.yml
Fülöp 8520c74116 Automatically publish prereleases to npm (#155)
This commit creates `x.x.x-insiders.COMMIT_HASH` builds of all of our public packages, and publishes them to npm with the `insiders` tag, so one could say `npm install @theatre/core@0.4.8-insiders.bsdf387` and use the package at that particular commit.

Co-authored-by: Aria Minaei <aria.minaei@gmail.com>
2022-05-18 12:39:35 +02:00

10 lines
264 B
YAML

# Auth config for publishing to npm registry.
# It's put in /.github so it's only picked up by
# github actions.
npmPublishRegistry: 'https://registry.npmjs.org'
npmRegistries:
//registry.npmjs.org:
npmAlwaysAuth: true
npmAuthToken: ${NODE_AUTH_TOKEN}