Skip to content

Commit

Permalink
fix: update snapshots on release on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
draedful committed Dec 18, 2024
1 parent 8126d0a commit 73a16b5
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
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"typecheck": "npm run build:publish -- --noEmit",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests --updateSnapshot",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook -c .storybook -o storybook-static -s .storybook/public",
"build-storybook": "storybook build",
Expand Down

0 comments on commit 73a16b5

Please sign in to comment.