Skip to content

Commit

Permalink
fix: fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Oct 12, 2024
1 parent a0e7cca commit 873def8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 354 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clean": "rimraf dist",
"lint": "eslint --fix",
"prebuild": "run-s lint clean",
"build": "esbuild src/index.ts --bundle --outdir=dist --platform=node --target=node20.0.0 --packages=bundle"
"build": "ncc build src/index.ts --minify --v8-cache"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand All @@ -41,8 +41,7 @@
"@types/node": "^22.7.5",
"@types/semantic-release": "^20.0.6",
"@types/semantic-release__error": "^3.0.3",
"esbuild": "^0.24.0",
"esbuild-plugin-tsc": "^0.4.0",
"@vercel/ncc": "^0.38.2",
"eslint": "^9.12.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 873def8

Please sign in to comment.