Skip to content

Commit 96f11d8

Browse files
committed
[actions] run prepublishOnly in prepublish tests
1 parent c12a08c commit 96f11d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- run: node -pe "require('eslint/package.json').version"
120120
name: 'eslint version'
121121
- run: npm run pretravis
122-
- run: npm run prepublish
122+
- run: npm run prepublishOnly
123123
- run: npm run posttravis
124124

125125
prepublish-react:
@@ -158,7 +158,7 @@ jobs:
158158
- run: node -pe "require('eslint/package.json').version"
159159
name: 'eslint version'
160160
- run: npm run pretravis
161-
- run: npm run prepublish
161+
- run: npm run prepublishOnly
162162
- run: npm run posttravis
163163

164164
node:

0 commit comments

Comments
 (0)