Skip to content

Commit

Permalink
try pre build
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 committed Apr 19, 2024
1 parent f4432cb commit 5b01f9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build": "yarn playwright install && astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier \"./src/**\" \"./bin/**\" -w",
"prebuild": "yarn playwright install"
"prettier": "prettier \"./src/**\" \"./bin/**\" -w"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.0",
Expand Down

0 comments on commit 5b01f9b

Please sign in to comment.