Skip to content

Commit

Permalink
fix: restore deferred promise debugging (#8895)
Browse files Browse the repository at this point in the history
* fix: restore deferred promise debugging

* chore: strict types
  • Loading branch information
OrKoN committed Sep 5, 2022
1 parent 7b42250 commit a791de6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre-release.yml
Expand Up @@ -29,6 +29,11 @@ jobs:
npm install
npm run docusaurus docs:version $(jq -r .version ../package.json)
npm run archive
- name: Re-build docs after versioning
env:
PUBLISH: 1
run: |
npm run docs
- name: Format
run: npm run format
- name: Commit
Expand Down

0 comments on commit a791de6

Please sign in to comment.