Skip to content

Commit

Permalink
chore:修复npm没有执行安装问题
Browse files Browse the repository at this point in the history
  • Loading branch information
nineya committed May 28, 2022
1 parent 60164a2 commit befc86e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm run lint
- name: Install Dependencies
run: npm install
- name: Run Lint
run: npm run lint

publish-npm:
needs: build
Expand Down

0 comments on commit befc86e

Please sign in to comment.