We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848afa3 commit fc16c97Copy full SHA for fc16c97
.github/workflows/publish.yaml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Install dependencies
22
run: |
23
+ rm -rf node_modules
24
+ yarn install
25
yarn run build
26
yarn docs ; git add docs/ ; git commit -m "update tsdoc"
27
0 commit comments