Skip to content

Commit

Permalink
install again please
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 committed Apr 19, 2024
1 parent 5b01f9b commit b57cf85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- run: yarn dlx playwright install chrome
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "yarn playwright install && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier \"./src/**\" \"./bin/**\" -w"
Expand Down

0 comments on commit b57cf85

Please sign in to comment.