Skip to content

Commit 63ad805

Browse files
committed
테스트를 위해 타겟 브랜치 변경
1 parent cc77099 commit 63ad805

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/detect-changed-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
run: pnpm install --frozen-lockfile
3232

3333
- name: 'detect changed packages'
34-
uses: NaverPayDev/changeset-actions/detect-add@main
34+
uses: NaverPayDev/changeset-actions/detect-add@feature/9_en
3535
with:
3636
github_token: ${{ secrets.ACTION_TOKEN }}
3737
packages_dir: packages,share
3838
skip_label: skip-detect-change
3939
skip_branches: main
4040
formatting_script: pnpm run markdownlint:fix
41+
language: kr

packages/rollup/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ import {generateRollupConfig} from '@naverpay/rollup'
2525
이 패키지와 관련된 추가 정보는 아래 링크를 통해 확인할 수 있습니다:
2626

2727
- <https://rollupjs.org/introduction/>
28+
29+
### changeset detect actions test

packages/rollup/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function getBabelPresets({react, ie}: Pick<GenerateRollupConfigOptions, 'react'
4545
return [presetEnv, '@babel/preset-typescript', ['@babel/preset-react', {runtime: react.runtime}]]
4646
}
4747

48+
//
4849
interface GenerateRollupConfigOptions {
4950
entrypoint: string | Record<'index' & string, string>
5051
outpoint?: {

0 commit comments

Comments
 (0)