Skip to content

Commit

Permalink
fix: 🐛 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchCoder committed May 8, 2021
1 parent a429ca4 commit 5b0dac4
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 @@
"require": "./dist/index.js"
},
"scripts": {
"test": "test:unit && tsup src/index.ts --format cjs,esm --dts",
"test": "npm run test:unit && tsup src/index.ts --format cjs,esm --dts",
"test:unit": "jest",
"test:unit:watch": "jest --watch"
},
Expand Down

0 comments on commit 5b0dac4

Please sign in to comment.