mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
chore: Added .npmrc for github
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
/coverage
|
||||
/packages/lib/lib
|
||||
/.auth
|
||||
@@ -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
1
packages/lib/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
@morten-olsen:registry=https://npm.pkg.github.com/
|
||||
Reference in New Issue
Block a user