We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec599d commit 5c60cf6Copy full SHA for 5c60cf6
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "astro dev",
7
"start": "astro dev",
8
- "build": "astro build",
+ "build": "npm run setup; astro build",
9
"preview": "astro preview",
10
"format": "prettier --write .",
11
"linkcheck": "tsc scripts/linkcheck.ts && node scripts/linkcheck.js",
@@ -18,7 +18,8 @@
18
"lint-ts": "eslint --ext ts .",
19
"lint-ts:fix": "eslint --ext ts .",
20
"lint-solc": "solhint 'public/samples/**/*.sol'",
21
- "prepare": "husky install"
+ "prepare": "husky install",
22
+ "setup": "npx playwright install"
23
},
24
"dependencies": {
25
"@algolia/client-search": "^4.14.2",
0 commit comments