Skip to content

Commit 33c261a

Browse files
authored
fix(init): update bootstrap script branch (#896)
* fix(init): point bootstrap script to master * chore: yarn (ugh why are release commits messing with this?)
1 parent f113dd5 commit 33c261a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const handler = async ({ force, name, cwd, lib, typeScript }) => {
160160
reporter.info('Installing @dhis2/cli-app-scripts...')
161161
await exec({
162162
cmd: 'yarn',
163-
args: ['add', '--dev', '@dhis2/cli-app-scripts@alpha'],
163+
args: ['add', '--dev', '@dhis2/cli-app-scripts'],
164164
cwd: paths.base,
165165
})
166166
}

0 commit comments

Comments
 (0)