Skip to content

Commit 5c0347c

Browse files
committed
ci: test staged script fix Refs: KEH-281
1 parent c01a373 commit 5c0347c

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
@@ -13,7 +13,7 @@
1313
"lint": "yarn eslint src && yarn prettier ./src -c",
1414
"lint-fix": "yarn eslint src --fix && yarn prettier ./src -w",
1515
"test": "vitest",
16-
"test:staged": "vitest run related --passWithNoTests",
16+
"test:staged": "vitest related --passWithNoTests",
1717
"test-storybook": "test-storybook",
1818
"test:coverage": "vitest run --coverage",
1919
"build": "rollup -c --bundleConfigAsCjs",

0 commit comments

Comments
 (0)