Skip to content

Commit

Permalink
refactor: exclude contracts in dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Mar 7, 2024
1 parent d94bd02 commit f71aa2f
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 @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"start": "yarn workspaces foreach -pi run start",
"dev": "yarn workspaces foreach -pi run dev",
"dev": "yarn workspaces foreach --exclude contracts -pi run dev",
"test": "jest && yarn workspace contracts test",
"test:coverage": "yarn test:jest:coverage && yarn test:contracts:coverage",
"test:jest:coverage": "jest --coverage",
Expand Down

0 comments on commit f71aa2f

Please sign in to comment.