chore: Added .npmrc for github

This commit is contained in:
2019-07-06 01:15:39 +02:00
parent c23c255a91
commit f04c6d6699
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules
/coverage
/packages/lib/lib
/packages/lib/lib
/.auth

View File

@@ -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",

1
packages/lib/.npmrc Normal file
View File

@@ -0,0 +1 @@
@morten-olsen:registry=https://npm.pkg.github.com/