Skip to content

Commit b653187

Browse files
committed
fix: command name in package.json
1 parent f623648 commit b653187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint": "turbo lint",
2525
"test": "turbo run test --filter='!./packages/delegator-e2e'",
2626
"test:e2e": "turbo run test:e2e --filter='./packages/delegator-e2e'",
27-
"test:delegation": "cd packages/delegator-e2e && yarn test:delegation",
27+
"test:standalone": "cd packages/delegator-e2e && yarn test:standalone",
2828
"test:watch": "turbo run test:watch"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)