Skip to content

Commit 187d213

Browse files
authored
Update vscodepublish.yml
1 parent 9dc8b90 commit 187d213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vscodepublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: yarn
2525
- run: npm list --production --parseable --depth=99999 --loglevel=error
2626
- run: yarn autoclean --init
27-
- run: echo "*.d.ts\n@types\n*.map" >> .yarnclean
27+
- run: echo "*.d.ts\n*.map" >> .yarnclean
2828
- run: yarn autoclean --force
2929
- run: yarn lint
3030
- name: Run tests

0 commit comments

Comments
 (0)