Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-duignan committed Jan 15, 2025
1 parent b092476 commit 8b8f118
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 @@ -26,7 +26,7 @@
"format:write": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"lint": "npx eslint . -c .eslintrc.yml",
"package": "ncc build src/index.ts",
"package": "ncc build src/index.mts",
"test": "jest"
},
"jest": {
Expand Down

0 comments on commit 8b8f118

Please sign in to comment.