Skip to content

Commit a4ae1a3

Browse files
[🔥AUDIT🔥] Remove version of ncc we don't use (#85)
🖍 _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
1 parent 4893adc commit a4ae1a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- name: Setup Node.js, install deps
1818
uses: ./.github/actions/setup
1919

20-
- run: sudo npm i -g @zeit/ncc
21-
2220
- name: Build dist folder
2321
run: yarn run build
2422

0 commit comments

Comments
 (0)