Skip to content

Commit

Permalink
ci: install ncc tool (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Feb 27, 2023
1 parent 5129ab0 commit 015205d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install ncc
run: npm install -g @vercel/ncc

- name: Run test
run: npm run test

Expand Down

0 comments on commit 015205d

Please sign in to comment.