Skip to content

Commit

Permalink
Add ncc to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakov5776 committed Aug 6, 2024
1 parent ec4e342 commit 0ab93e2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
name: Checkout

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

- name: Build
run: npm run build
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.0.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^9.8.0",
"husky": "^9.1.4",
"jest": "^29.7.0",
Expand Down

0 comments on commit 0ab93e2

Please sign in to comment.