Skip to content

Commit

Permalink
build(cli): Copy fixtures on pre-build
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Aug 23, 2023
1 parent 07ae408 commit 8585478
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 21,771 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
packages*/*/lib-esm/**
packages*/*/dist/**
packages*/*/types/**
packages/cli/__fixtures__/*
lint:
needs:
Expand Down
1 change: 1 addition & 0 deletions packages/cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dist
lib
types
screenshots
__fixtures__
/test-results/
/playwright-report/
/playwright/.cache/
Loading

0 comments on commit 8585478

Please sign in to comment.