Skip to content

Commit

Permalink
chore: add registry url to each package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Apr 15, 2020
1 parent 25386eb commit d9ac19c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "lerna run --parallel clean",
"dev": "lerna run --parallel dev",
"build": "lerna run build",
"release": "auto shipit",
"release": "auto shipit -vv",
"precommit": "lint-staged && yarn build && yarn test",
"commit": "./node_modules/.bin/git-cz",
"lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down Expand Up @@ -75,6 +75,7 @@
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
1 change: 1 addition & 0 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"testEnvironment": "node"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
1 change: 1 addition & 0 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"testEnvironment": "node"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
1 change: 1 addition & 0 deletions packages/definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"testEnvironment": "node"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
1 change: 1 addition & 0 deletions packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@rsql/definitions": "0.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
1 change: 1 addition & 0 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"testEnvironment": "node"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}

0 comments on commit d9ac19c

Please sign in to comment.