Skip to content

Commit

Permalink
[actions] run prepublishOnly in prepublish tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 9, 2021
1 parent c12a08c commit 96f11d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Expand Up @@ -119,7 +119,7 @@ jobs:
- run: node -pe "require('eslint/package.json').version"
name: 'eslint version'
- run: npm run pretravis
- run: npm run prepublish
- run: npm run prepublishOnly
- run: npm run posttravis

prepublish-react:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- run: node -pe "require('eslint/package.json').version"
name: 'eslint version'
- run: npm run pretravis
- run: npm run prepublish
- run: npm run prepublishOnly
- run: npm run posttravis

node:
Expand Down

0 comments on commit 96f11d8

Please sign in to comment.