Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed May 22, 2024
1 parent c4ffc90 commit 4c7fda1
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 @@ -16,7 +16,7 @@
"local-build": "npm run build && npm link",
"start": "npm run build && scope",
"tag": "npm run build && scope --tag-unpushed-commits",
"test": "jest -i test/report/* --verbose --silent=false --runInBand",
"test": "jest -i test/* --verbose --silent=false --runInBand",
"clean": "rimraf .scope/"
},
"repository": {
Expand Down

0 comments on commit 4c7fda1

Please sign in to comment.