diff --git a/package.json b/package.json index 4c13ca7..744d77e 100644 --- a/package.json +++ b/package.json @@ -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" },