Skip to content

Commit 2129d30

Browse files
committed
fix(ssr-tests-v9): use yarn run -T for test-ssr binary in Yarn Modern
1 parent 69f1be6 commit 2129d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ssr-tests-v9/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"storybook": "storybook dev",
1616
"test": "jest --passWithNoTests",
1717
"type-check": "just-scripts type-check",
18-
"test-ssr": "test-ssr \"./src/stories/**/*.stories.tsx\""
18+
"test-ssr": "yarn run -T test-ssr \"./src/stories/**/*.stories.tsx\""
1919
},
2020
"dependencies": {
2121
"@fluentui/react-components": "*",

0 commit comments

Comments
 (0)