Skip to content

Commit

Permalink
🔨 chore: 调整开发脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed May 16, 2021
1 parent b824434 commit deccb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"start": "vercel dev",
"build": "vercel build",
"build": "umi build",
"test": "umi test",
"lint": "eslint {src,mock,tests}/**/*.{ts,tsx} --fix",
"precommit": "lint-staged",
Expand Down

1 comment on commit deccb2d

@vercel
Copy link

@vercel vercel bot commented on deccb2d May 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.