Skip to content

Commit d176995

Browse files
committed
turn on verdaccio
1 parent 806423d commit d176995

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.circleci/comment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function run() {
1010
let pr;
1111
// If we aren't running on a PR commit, double check if this is a branch created for a fork. If so, we'll need to
1212
// comment the build link on the fork.
13-
if (!process.env.CIRCLE_PULL_REQUEST) {
13+
if (true) {
1414
try {
1515
const commit = await octokit.git.getCommit({
1616
owner: 'adobe',
@@ -41,7 +41,7 @@ async function run() {
4141
break;
4242
}
4343
}
44-
} else if (!process.env.CIRCLE_PULL_REQUEST) {
44+
} else if (true) {
4545
// If it isn't a PR commit, then we are on main. Create a comment for the test app and docs build
4646
await octokit.repos.createCommitComment({
4747
owner: 'adobe',

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,9 +966,6 @@ workflows:
966966
branches:
967967
only: main
968968
- verdaccio:
969-
filters:
970-
branches:
971-
only: main
972969
requires:
973970
- install
974971
- v-rsp-cra-18:

0 commit comments

Comments
 (0)