Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbakh-N committed Feb 9, 2024
1 parent d03c2c2 commit 49b34ff
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 @@ -6,7 +6,7 @@
"build": "yarn build:donateButtonV4",
"lint": "yarn workspace @everydotorg/donate-button-v4 lint",
"lint:fix": "yarn workspaces @everydotorg/donate-button-v4 lint:fix",
"test": "yarn workspaces run test",
"test": "yarn concurrently -n 'api,website-next,common,partner-api' 'yarn workspace @everydotorg/donate-button-cloudflare-worker test' 'yarn workspace @everydotorg/donate-button test' 'yarn workspace @everydotorg/donate-button-next test' 'yarn workspace @everydotorg/donate-button-v4 test'",
"postinstall": "patch-package"
},
"private": true,
Expand Down

0 comments on commit 49b34ff

Please sign in to comment.