Skip to content

Commit 5b248b4

Browse files
committed
chore: try a force clean
1 parent 9d693ad commit 5b248b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
with:
2929
node-version: '16.x'
3030
registry-url: 'https://registry.npmjs.org'
31+
- name: Force NPM clean
32+
run: npm cache clean --force
3133
- name: Install Modules
3234
run: npm install
3335
- name: Run type check

0 commit comments

Comments
 (0)