Skip to content

Commit

Permalink
fix(ncc): use correct ncc and remove env file usage
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoAnesi committed Jan 5, 2024
1 parent c2ccac1 commit 573db53
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 82 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/minimist": "^1.2.5",
"minimist": "^1.2.8"
},
"devDependencies": {
"ncc": "^0.3.6",
"@types/minimist": "^1.2.5",
"@vercel/ncc": "0.38.1",
"typescript": "^5.2.2"
}
}
105 changes: 25 additions & 80 deletions pnpm-lock.yaml

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

0 comments on commit 573db53

Please sign in to comment.