Skip to content

Commit 85db7be

Browse files
authored
chore: Run npm install in publish workflow (ajaxorg#4889)
1 parent 9764a10 commit 85db7be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
with:
1717
node-version: '12.x'
1818
registry-url: 'https://registry.npmjs.org'
19+
- run: npm install
1920
- run: npm run test
2021
- run: npm publish
2122
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)