Skip to content

Commit

Permalink
cherry-pick(#20973): chore: fix cli executable bits
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Feb 17, 2023
1 parent 822227f commit 31ace75
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/playwright-ct-react/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

!README.md
!LICENSE
!cli.js
!register.d.ts
!register.mjs
!registerSource.mjs
Expand Down
Empty file modified packages/playwright-ct-react/cli.js
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions packages/playwright-ct-solid/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

!README.md
!LICENSE
!cli.js
!register.d.ts
!register.mjs
!registerSource.mjs
Expand Down
Empty file modified packages/playwright-ct-solid/cli.js
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions packages/playwright-ct-svelte/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

!README.md
!LICENSE
!cli.js
!register.d.ts
!register.mjs
!registerSource.mjs
Expand Down
Empty file modified packages/playwright-ct-svelte/cli.js
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions packages/playwright-ct-vue/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

!README.md
!LICENSE
!cli.js
!register.d.ts
!register.mjs
!registerSource.mjs
Expand Down
Empty file modified packages/playwright-ct-vue/cli.js
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions packages/playwright-ct-vue2/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

!README.md
!LICENSE
!cli.js
!register.d.ts
!register.mjs
!registerSource.mjs
Expand Down
Empty file modified packages/playwright-ct-vue2/cli.js
100644 → 100755
Empty file.

0 comments on commit 31ace75

Please sign in to comment.