Skip to content

Commit 8f10b26

Browse files
committed
chore: update
1 parent 51e8a38 commit 8f10b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"prebundle": "nx run-many -t prebundle",
1818
"prepare": "pnpm run build && simple-git-hooks",
1919
"sort-package-json": "npx sort-package-json \"packages/*/package.json\"",
20+
"test": "pnpm run test:unit && pnpm run test:features && pnpm run test:e2e",
2021
"test:e2e": "pnpm run build:examples && cd tests && pnpm run test:e2e",
2122
"test:features": "vitest run --project features",
2223
"test:features:watch": "vitest --project features",

0 commit comments

Comments
 (0)