Skip to content

Commit 3a88cdc

Browse files
authored
Add npm cache clean before install in publish workflow (#88)
1 parent ca0f325 commit 3a88cdc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
working-directory: ./typescript
115115
run: |
116116
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
117+
npm cache clean --force
117118
npm install
118119
npm run build
119120
npm publish --access public

0 commit comments

Comments
 (0)