We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f623648 commit b653187Copy full SHA for b653187
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"lint": "turbo lint",
25
"test": "turbo run test --filter='!./packages/delegator-e2e'",
26
"test:e2e": "turbo run test:e2e --filter='./packages/delegator-e2e'",
27
- "test:delegation": "cd packages/delegator-e2e && yarn test:delegation",
+ "test:standalone": "cd packages/delegator-e2e && yarn test:standalone",
28
"test:watch": "turbo run test:watch"
29
},
30
"devDependencies": {
0 commit comments