diff --git a/cli/src/commands/init.js b/cli/src/commands/init.js index f3ec81bf..64aa34ca 100644 --- a/cli/src/commands/init.js +++ b/cli/src/commands/init.js @@ -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, }) }