Skip to content

Commit

Permalink
change to npx
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed May 17, 2024
1 parent 6f75a0a commit 9684501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-yarn-berry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- name: run chromatic
run: yarn dlx chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
run: npx chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
env:
LOG_LEVEL: debug
DEBUG: chromatic-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-yarn-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- name: run chromatic
run: yarn dlx chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
run: npx chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
env:
LOG_LEVEL: debug
DEBUG: chromatic-cli
Expand Down

0 comments on commit 9684501

Please sign in to comment.