Skip to content

Commit

Permalink
chore: update org name
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduy1407 committed Nov 29, 2024
1 parent 4a72bfb commit e7cf757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/utils/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function getOptions(rootDir: string, inputOpts: Partial<BuildOptions> = {
const jqueryVersion = jqueryPkg.version;

const opts: BuildOptions = {
ghRepoOrg: 'familyjs',
ghRepoOrg: 'rindojs',
ghRepoName: 'rindo',
rootDir,
srcDir,
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/test/options.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('release options', () => {
bundleHelpersDir: path.join(ROOT_DIR, 'scripts', 'bundles', 'helpers'),
changelogPath: path.join(ROOT_DIR, 'CHANGELOG.md'),
ghRepoName: 'rindo',
ghRepoOrg: 'familyjs',
ghRepoOrg: 'rindojs',
isCI: false,
isProd: false,
isPublishRelease: false,
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/test/release-utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('release-utils', () => {
buildOptions = {
changelogPath: 'some/mock/CHANGELOG.md',
ghRepoName: 'rindo',
ghRepoOrg: 'familyjs',
ghRepoOrg: 'rindojs',
tag: 'dev',
vermoji: '🚗',
version: '0.0.0',
Expand Down

0 comments on commit e7cf757

Please sign in to comment.