Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
tinovyatkin committed Feb 21, 2022
1 parent b21a96e commit 8c836d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
with:
node-version: 14
cache: 'yarn'
- run: npx npmPkgJsonLint .
- run: yarn install --frozen-lockfile --ignore-optional --non-interactive --silent
- run: yarn npmPkgJsonLint .

publish-npm:
needs: lint-package
Expand Down

0 comments on commit 8c836d6

Please sign in to comment.