Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knight174 committed Aug 17, 2023
1 parent 25548cf commit fff9add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: '18.x'

- name: Install
run: npm install # 安装依赖
run: npm ci # 安装依赖

- name: Build
run: npm run build # 打包
Expand Down

0 comments on commit fff9add

Please sign in to comment.