Skip to content

Commit

Permalink
fix: prefix with npx to build
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Apr 30, 2024
1 parent b4ef79f commit 72e7e35
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 @@ -4,7 +4,7 @@
"description": "An Action to take info from kotlinx-benchmark outputs and display them in a table as a pull request comment",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.ts -m -o dist/",
"build": "npx ncc build src/index.ts -m -o dist/",
"test": "npx jest",
"all": "npm run test && npm run build"
},
Expand Down

0 comments on commit 72e7e35

Please sign in to comment.