Skip to content

Commit

Permalink
[πŸ”₯AUDITπŸ”₯] Remove version of ncc we don't use (#85)
Browse files Browse the repository at this point in the history
πŸ– _This is an audit!_ πŸ–

## Summary:
We already use `@vercel/ncc`, we don't need this global install of a deprecated thing that recommends moving to `@vercel/ncc`.

Issue: FEI-5545

## Test plan:
Let this workflow run and see that it just works without the deprecation notice.

Author: somewhatabstract

Auditors: #frontend-infra-web

Required Reviewers:

Approved By:

Checks: βŒ› gerald, βŒ› lint_and_unit, βŒ› autofix, βŒ› build_index

Pull Request URL: #85
  • Loading branch information
somewhatabstract authored Apr 5, 2024
1 parent 4893adc commit a4ae1a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- name: Setup Node.js, install deps
uses: ./.github/actions/setup

- run: sudo npm i -g @zeit/ncc

- name: Build dist folder
run: yarn run build

Expand Down

0 comments on commit a4ae1a3

Please sign in to comment.