Skip to content

Commit

Permalink
fix build dep for mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Aug 5, 2023
1 parent cec599d commit 5c60cf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build": "npm run setup; astro build",
"preview": "astro preview",
"format": "prettier --write .",
"linkcheck": "tsc scripts/linkcheck.ts && node scripts/linkcheck.js",
Expand All @@ -18,7 +18,8 @@
"lint-ts": "eslint --ext ts .",
"lint-ts:fix": "eslint --ext ts .",
"lint-solc": "solhint 'public/samples/**/*.sol'",
"prepare": "husky install"
"prepare": "husky install",
"setup": "npx playwright install"
},
"dependencies": {
"@algolia/client-search": "^4.14.2",
Expand Down

0 comments on commit 5c60cf6

Please sign in to comment.