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 0bdfa01 commit 93063c1Copy full SHA for 93063c1
package.json
@@ -28,7 +28,7 @@
28
"start": "./scripts/npm-start.sh",
29
"precommit": "lint-staged",
30
"pretest": "npm run lint && ./scripts/ensure-dist.sh",
31
- "test": "",
+ "test": "npm run test:unit && npm run test:eyes-storybook && npm run test:e2e && npm run test:types",
32
"test:unit": "yoshi test --jest",
33
"test:watch": "yoshi test --jest --watch",
34
"pretest:e2e": "./scripts/ensure-dist.sh",
0 commit comments