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 c01a373 commit 5c0347cCopy full SHA for 5c0347c
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"lint": "yarn eslint src && yarn prettier ./src -c",
14
"lint-fix": "yarn eslint src --fix && yarn prettier ./src -w",
15
"test": "vitest",
16
- "test:staged": "vitest run related --passWithNoTests",
+ "test:staged": "vitest related --passWithNoTests",
17
"test-storybook": "test-storybook",
18
"test:coverage": "vitest run --coverage",
19
"build": "rollup -c --bundleConfigAsCjs",
0 commit comments