Skip to content

Commit e5c0daa

Browse files
authored
fix: update snapshots on release on CI (#34)
1 parent ef756c6 commit e5c0daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"typecheck": "npm run build:publish -- --noEmit",
2222
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
23-
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
23+
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests --updateSnapshot",
2424
"storybook": "storybook dev -p 6006",
2525
"storybook:build": "storybook -c .storybook -o storybook-static -s .storybook/public",
2626
"build-storybook": "storybook build",

0 commit comments

Comments
 (0)