Skip to content

Commit

Permalink
chore: npm test 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Aug 31, 2024
1 parent eaaa8ec commit 33d4a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-wave-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "vitest",
"test": "vitest --run",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
Expand Down

0 comments on commit 33d4a84

Please sign in to comment.