Skip to content

Commit

Permalink
fix: create build dir for types update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 27, 2023
1 parent 84f568e commit 4a8dc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
- name: Generate babel-types docs
continue-on-error: true
run: |
mkdir build
node ./packages/babel-types/scripts/generators/docs.js > ./build/types.md
- name: Upload babel-types docs
Expand Down

0 comments on commit 4a8dc53

Please sign in to comment.