There was an error while loading. Please reload this page.
1 parent ca0f325 commit 3a88cdcCopy full SHA for 3a88cdc
1 file changed
.github/workflows/publish.yml
@@ -114,6 +114,7 @@ jobs:
114
working-directory: ./typescript
115
run: |
116
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
117
+ npm cache clean --force
118
npm install
119
npm run build
120
npm publish --access public
0 commit comments