8520c74116
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>
10 lines
264 B
YAML
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}
|