Skip to content

Commit

Permalink
chore: fix prerelease step (#4077)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Jan 18, 2022
1 parent 1fa642e commit 14ce2eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install core dependencies
run: npm ci --no-audit
- name: Install and build site
run: npm run site:build
- name: Extract tag and version
id: extract
run: |-
Expand Down

1 comment on commit 14ce2eb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 355 MB

Please sign in to comment.