Skip to content

Commit a068ac2

Browse files
committed
workflow: use verdaccio registry so as to test locally
1 parent 2833439 commit a068ac2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=http://localhost:4873/

lerna.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"PR: Underlying Tools": ":hammer: Underlying Tools"
1919
},
2020
"cacheDir": ".changelog"
21+
},
22+
"publishConfig": {
23+
"registry": "http://localhost:4873/"
2124
}
2225
}

0 commit comments

Comments
 (0)