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