Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoda committed Sep 13, 2023
1 parent d8bb17e commit 234e4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "ETEG",
"license": "MIT",
"scripts": {
"build": "tsc && ncc build lib/index.ts -o dist/main && ncc build lib/cleanup.ts -o dist/cleanup"
"build": "tsc && ncc build lib/index.js -o dist/main && ncc build lib/cleanup.js -o dist/cleanup"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down

0 comments on commit 234e4ca

Please sign in to comment.