Skip to content

Commit

Permalink
yarn constraints fixes adding new test build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Nov 3, 2023
1 parent 9574fa6 commit c1423be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/json-rpc-middleware-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
"build:docs": "typedoc",
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/json-rpc-middleware-stream --tag-prefix-before-package-rename json-rpc-middleware-stream@ --version-before-package-rename 5.0.1",
"publish:preview": "yarn npm publish --tag preview",
"test": "jest",
"test": "jest --reporters=jest-silent-reporter",
"test:clean": "jest --clearCache",
"test:verbose": "jest --verbose",
"test:watch": "jest --watch"
},
"dependencies": {
Expand Down

0 comments on commit c1423be

Please sign in to comment.