Skip to content

Commit 823f40b

Browse files
committed
chore: add test script in package.json
1 parent e4c828a commit 823f40b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-use-calendar-component/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"type": "module",
55
"scripts": {
66
"dev": "vite",
7+
"test": "jest",
8+
"test:watch": "jest --watch",
79
"build:website": "tsc && vite build",
810
"build:types": "tsc --project tsconfig.lib.json",
911
"build:package": "vite build --mode lib && pnpm build:types",

0 commit comments

Comments
 (0)