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 51e8a38 commit 8f10b26Copy full SHA for 8f10b26
package.json
@@ -17,6 +17,7 @@
17
"prebundle": "nx run-many -t prebundle",
18
"prepare": "pnpm run build && simple-git-hooks",
19
"sort-package-json": "npx sort-package-json \"packages/*/package.json\"",
20
+ "test": "pnpm run test:unit && pnpm run test:features && pnpm run test:e2e",
21
"test:e2e": "pnpm run build:examples && cd tests && pnpm run test:e2e",
22
"test:features": "vitest run --project features",
23
"test:features:watch": "vitest --project features",
0 commit comments