Skip to content

Commit

Permalink
Build package before require for Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Jul 25, 2023
1 parent f900b24 commit 85a67b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node16",
"test": "jest",
"test": "yarn compile && jest",
"lint": "eslint \"./**/*.ts*\""
},
"keywords": [
Expand Down

0 comments on commit 85a67b0

Please sign in to comment.