Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciNyan committed Aug 16, 2024
1 parent 253249f commit ba3be3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dotenv": "16.3.1"
},
"scripts": {
"build:local": "ncc build --out libs ./index.ts",
"build": "ncc build --out libs ./index.ts",
"run:build": "INPUT_OUTPUTS='dist/github-stats?username=LuciNyan&theme=fuji&hide=avatar&avatar_border=false&screen_effect=true' node libs/index.js",
"rerun": "npm run build:local && npm run run:build"
"rerun": "npm run build && npm run run:build"
}
}

0 comments on commit ba3be3f

Please sign in to comment.