Skip to content

Commit

Permalink
Merge pull request #5 from OfficialSirH/patch-1
Browse files Browse the repository at this point in the history
fix(package.json): properly execute npm test
  • Loading branch information
carolinaisslaying authored Nov 11, 2022
2 parents 923e5fc + c6e1e9f commit 03a7eda
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 @@ -14,7 +14,7 @@
"dist"
],
"scripts": {
"test": "node dist/del.js",
"test": "npm run build && node dist/del.js",
"build": "tsup del.ts --format cjs,esm --dts"
},
"repository": {
Expand Down

0 comments on commit 03a7eda

Please sign in to comment.