Skip to content

Commit 3157bf1

Browse files
committed
turn on verdaccio build
1 parent 52d1c45 commit 3157bf1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/comment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function run() {
4141
break;
4242
}
4343
}
44-
} else if (process.env.CIRCLE_BRANCH === 'main') {
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
@@ -647,9 +647,6 @@ workflows:
647647
requires:
648648
- install
649649
- docs-verdaccio:
650-
filters:
651-
branches:
652-
only: main
653650
requires:
654651
- install
655652
- deploy:

0 commit comments

Comments
 (0)