Skip to content

Commit

Permalink
fix: tests packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Apr 30, 2024
1 parent 36b40b5 commit b4ef79f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"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/main.ts -m -o dist/",
"test": "npx jest"
"build": "ncc build src/index.ts -m -o dist/",
"test": "npx jest",
"all": "npm run test && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b4ef79f

Please sign in to comment.