Skip to content

Commit fc16c97

Browse files
committed
wip3
1 parent 848afa3 commit fc16c97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: |
23+
rm -rf node_modules
24+
yarn install
2325
yarn run build
2426
yarn docs ; git add docs/ ; git commit -m "update tsdoc"
2527

0 commit comments

Comments
 (0)