Skip to content

Commit

Permalink
chore: remove unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
valendres committed Dec 5, 2023
1 parent 9b85ae4 commit dcc69b4
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 @@ -12,7 +12,7 @@
"deploy": "monodeploy --config-file monodeploy.config.js",
"format": "prettier --write .",
"lint": "eslint \"**/{src,tests}/**/*\"",
"test": "yarn workspaces foreach --recursive run test",
"test": "yarn workspaces foreach run test",
"postinstall": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit dcc69b4

Please sign in to comment.