Skip to content

Commit

Permalink
Merge pull request #27 from ChenlingasMx/main
Browse files Browse the repository at this point in the history
fix: 修改umi setup 为 max setup
  • Loading branch information
ChenlingasMx authored Apr 24, 2023
2 parents 72a07c4 + 8d6849e commit 2e4c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function run(): Promise<void> {
version: '1.0.0',
scripts: {
...pkg.scripts,
postinstall: 'umi setup',
postinstall: 'max setup',
},
},
{ spaces: ' ' },
Expand Down

0 comments on commit 2e4c666

Please sign in to comment.