Skip to content

Commit

Permalink
fix(root): updated canary test visual command
Browse files Browse the repository at this point in the history
updated canary visual test command
  • Loading branch information
jd239 committed Jan 25, 2024
1 parent 958d57d commit c255180
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 @@ -27,7 +27,7 @@
"test-visual": "npm run build && npm run build-storybook:web-components && lerna run test-visual --scope @ukic/web-components --stream",
"test-visual:canary": "npm run build:canary && npm run build-storybook:canary-web-components && lerna run test-visual --scope @ukic/canary-web-components --stream",
"test-visual:ci": "npm run build && npm run build-storybook:web-components && lerna run test-visual:ci --stream",
"test-visual:ci:canary": "npm run build:canary && npm run build-storybook:canary-web-components && lerna run test-visual:ci:canary --stream",
"test-visual:ci:canary": "npm run build:all && npm run build-storybook:canary-web-components && lerna run test-visual:ci:canary --stream",
"test-visual:update": "lerna run test-visual:update --scope=@ukic/web-components --stream",
"test-visual:update-ci": "npm run build && lerna run test-visual:update --scope=@ukic/web-components --stream",
"test-cypress": "lerna run cypress --scope=@ukic/react --stream",
Expand Down

0 comments on commit c255180

Please sign in to comment.