Skip to content

Commit

Permalink
fix: Rename script "test:integration"
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jul 28, 2023
1 parent d4aba19 commit 7b3fe81
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 @@ -5,7 +5,7 @@
"scripts": {
"build": "exit 0",
"test": "exit 0",
"test:functional": "exit 0",
"test:integration": "exit 0",
"fix": "prettier . --write",
"static-checks": "prettier . --list-different"
},
Expand Down

0 comments on commit 7b3fe81

Please sign in to comment.