From f04c6d6699cf256b6c8c90e074571b5e1999d292 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Sat, 6 Jul 2019 01:15:39 +0200 Subject: [PATCH] chore: Added .npmrc for github --- .gitignore | 3 ++- package.json | 3 ++- packages/lib/.npmrc | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 packages/lib/.npmrc diff --git a/.gitignore b/.gitignore index b116627..e37252a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules /coverage -/packages/lib/lib \ No newline at end of file +/packages/lib/lib +/.auth \ No newline at end of file diff --git a/package.json b/package.json index ad735ad..314eedd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "postinstall": "lerna bootstrap", "demo:ios": "lerna run --scope=react-native-debug-console-demo --stream ios", "demo:web": "lerna run --scope=react-native-debug-console-demo --stream web", - "test": "lerna run --stream test" + "test": "lerna run --stream test", + "prerelease": "source .auth && lerna version prerelease --sign-git-tag -m \"chore(release): publish %s\" --conventional-commits --create-release github --force-publish" }, "devDependencies": { "@babel/cli": "^7.5.0", diff --git a/packages/lib/.npmrc b/packages/lib/.npmrc new file mode 100644 index 0000000..7afb656 --- /dev/null +++ b/packages/lib/.npmrc @@ -0,0 +1 @@ +@morten-olsen:registry=https://npm.pkg.github.com/ \ No newline at end of file