Skip to content

Commit

Permalink
fix(init): update bootstrap script branch (#896)
Browse files Browse the repository at this point in the history
* fix(init): point bootstrap script to master

* chore: yarn (ugh why are release commits messing with this?)
  • Loading branch information
KaiVandivier authored Dec 10, 2024
1 parent f113dd5 commit 33c261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const handler = async ({ force, name, cwd, lib, typeScript }) => {
reporter.info('Installing @dhis2/cli-app-scripts...')
await exec({
cmd: 'yarn',
args: ['add', '--dev', '@dhis2/cli-app-scripts@alpha'],
args: ['add', '--dev', '@dhis2/cli-app-scripts'],
cwd: paths.base,
})
}
Expand Down

0 comments on commit 33c261a

Please sign in to comment.