diff --git a/packages/github-action/package.json b/packages/github-action/package.json index a4f3a6c..e080cbb 100644 --- a/packages/github-action/package.json +++ b/packages/github-action/package.json @@ -1,5 +1,5 @@ { - "name": "pixel-profile-action", + "name": "pixel-profile-github-action", "version": "1.0.0", "dependencies": { "@actions/core": "1.10.1", @@ -12,7 +12,7 @@ "dotenv": "16.3.1" }, "scripts": { - "build": "ncc build --external canvas --external gifsicle --out ../../action/dist ./index.ts", + "build:local": "ncc build --out ../../action/dist ./index.ts", "run:build": "INPUT_OUTPUTS='dist/github-stats?username=LuciNyan&theme=fuji&hide=avatar&avatar_border=false&screen_effect=true' node ../../action/dist/index.js", "rerun": "npm run build && npm run run:build" }