Skip to content

Commit

Permalink
fix: update deps esm before jest
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Oct 11, 2024
1 parent 7187de6 commit b7323ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mrtd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean": "rimraf -rf ./build",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "jest"
"test": "yarn run deps && jest"
},
"devDependencies": {
"@credo-ts/askar": "^0.5.10",
Expand Down

0 comments on commit b7323ca

Please sign in to comment.