Skip to content

Commit

Permalink
docs: 修改readme中项目构建命令
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrongding authored Sep 15, 2022
1 parent 5b77156 commit 29e76e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
### 安装依赖

```sh
yarn
pnpm i
```

## 需要注意的是
Expand All @@ -132,17 +132,17 @@ npm install -g node-gyp
## 本地运行

```sh
yarn dev
pnpm dev
```

## 打包

```sh
yarn build
pnpm build
```

## 格式化代码并执行 eslint 校验

```sh
yarn fal
pnpm fal
```

1 comment on commit 29e76e6

@vercel
Copy link

@vercel vercel bot commented on 29e76e6 Sep 15, 2022

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.