Skip to content

Commit f4ac9f5

Browse files
committed
chore: update release script with repository url
1 parent 2f6b825 commit f4ac9f5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
with:
1717
node-version: 18
1818
cache: 'pnpm'
19+
registry-url: https://registry.npmjs.org/
1920
- run: pnpm install
2021
- run: pnpm build
21-
- run: cd lib && npm publish
22+
- run: cd lib && pnpm publish
2223
env:
2324
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

common/eslint-config-custom/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0",
44
"main": "index.js",
55
"license": "MIT",
6+
"private": "true",
67
"dependencies": {
78
"eslint": "^7.23.0",
89
"eslint-config-next": "13.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@unleash/nextjs-monorepo",
2+
"name": "unleash-nextjs-monorepo",
33
"version": "0.0.0",
44
"private": true,
55
"workspaces": [

0 commit comments

Comments
 (0)