Skip to content

Commit

Permalink
Add test:ci and test:watch scripts to React components package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ty2k committed May 28, 2024
1 parent 8fc0ca6 commit cb7713a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"storybook-dev": "storybook dev -p 6006",
"storybook-build": "storybook build",
"test": "npx jest --config=./jest.config.ts",
"test:ci": "npx jest --ci --config=./jest.config.ts",
"test:watch": "npx jest --watch --config=./jest.config.ts",
"vite-dev": "vite",
"vite-build": "tsc && vite build",
"vite-preview": "vite preview"
Expand Down

0 comments on commit cb7713a

Please sign in to comment.