mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 09:10:32 +00:00
fix: add npm auth token for integration test publish
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -136,6 +136,7 @@ jobs:
|
||||
# -- npm publish/install --
|
||||
- name: npm — publish and install package
|
||||
run: |
|
||||
echo "//localhost:4000/npm/:_authToken=integration-test" > ~/.npmrc
|
||||
mkdir -p /tmp/test-pkg && cd /tmp/test-pkg
|
||||
echo '{"name":"nora-integration-test","version":"1.0.0","description":"test"}' > package.json
|
||||
echo "module.exports = true;" > index.js
|
||||
|
||||
Reference in New Issue
Block a user