Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Sep 15, 2024
1 parent 6b811fa commit c5bbeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/xt0rted/actions-toolkit#readme",
"bin": {
"actions-toolkit": "./bin/index.js"
"actions-toolkit": "bin/index.js"
},
"files": [
"bin/*",
Expand All @@ -26,7 +26,7 @@
"types": "./types/action-yml.d.ts",
"scripts": {
"build": "npm run build:cli",
"build:cli": "ncc build src/cli.ts -o bin",
"build:cli": "ncc build src/cli.ts -s -o bin",
"eslint": "eslint --flag unstable_ts_config",
"eslint:fix": "npm run eslint -- --fix",
"test": "tsc --noEmit"
Expand Down

0 comments on commit c5bbeff

Please # to comment.