Skip to content

Commit 023cc77

Browse files
committed
Merge remote-tracking branch 'origin/main' into vulns/babel-helpers
2 parents afa2894 + 3a78d97 commit 023cc77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# path: 'dynamic'
4343
# # EX:
4444
# # {
45-
# # "javascript": {
45+
# # "javascript-typescript": {
4646
# # "babel-cli": [
4747
# # "packages/babel-cli"
4848
# # ],
@@ -57,7 +57,7 @@ jobs:
5757
# run: |
5858
# #!/bin/bash
5959
# cd dynamic
60-
# json="{ \"javascript\": {"
60+
# json="{ \"javascript-typescript\": {"
6161
# for dir in packages/*/
6262
# do
6363
# folder_name=$(basename "$dir")

monorepo-projects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"javascript": {
2+
"javascript-typescript": {
33
"babel-cli": [
44
"packages/babel-cli"
55
],
@@ -475,4 +475,4 @@
475475
"packages/babel-types"
476476
]
477477
}
478-
}
478+
}

0 commit comments

Comments
 (0)