Skip to content

Commit

Permalink
Suffix the Playwright-specific commands to be consistent with Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
skitterm committed Jan 3, 2024
1 parent e0a213b commit d615146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_ARCHIVE_PROJECT_TOKEN }}
buildScriptName: build-archive-storybook
buildScriptName: build-archive-storybook:playwright
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"*.d.ts"
],
"scripts": {
"archive-storybook": "archive-storybook",
"build-archive-storybook": "build-archive-storybook",
"archive-storybook:playwright": "archive-storybook",
"build-archive-storybook:playwright": "build-archive-storybook",
"archive-storybook:cypress": "CHROMATIC_ARCHIVE_LOCATION=./tests/cypress/downloads archive-storybook",
"build-archive-storybook:cypress": "CHROMATIC_ARCHIVE_LOCATION=./tests/cypress/downloads build-archive-storybook",
"clean": "rimraf ./dist",
Expand Down

0 comments on commit d615146

Please sign in to comment.