Skip to content

Commit

Permalink
fix: fixing flag for snapshots
Browse files Browse the repository at this point in the history
felipebrsk committed Sep 14, 2024
1 parent 9e31053 commit b48266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"lint": "eslint --fix ./src && echo 'Lint complete.'",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci --json --coverage",
"test:ci": "jest --ci --json --coverage --updateSnapshot",
"type-check": "tsc && echo 'Type check complete.'",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"

0 comments on commit b48266a

Please sign in to comment.