Skip to content

Commit

Permalink
Merge pull request #1878 from evidence-dev/next
Browse files Browse the repository at this point in the history
Release Evidence Docs
  • Loading branch information
archiewood authored Apr 12, 2024
2 parents e2595b4 + 779ed15 commit 90c8d3d
Show file tree
Hide file tree
Showing 165 changed files with 24,690 additions and 14,465 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"test": "pnpm -r test",
"test:ui": "pnpm -r test:ui",
"postinstall": "run-s build:plugin-connector build:preprocess build:tailwind build:query-store package:core-components build:evidence",
"docs": "pnpm --filter ./sites/docs start",
"docs": "pnpm --filter ./sites/docs run dev",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"package:core-components": "pnpm --filter ./packages/ui/core-components package",
Expand All @@ -81,6 +81,7 @@
"dev:core-components": "pnpm --filter ./packages/ui/core-components package:watch",
"sources:example-project": "pnpm --filter ./sites/example-project sources",
"sources:test-env": "pnpm --filter ./sites/test-env sources",
"sources:docs": "pnpm --filter ./sites/docs sources",
"preview:test-env": "pnpm --filter ./sites/test-env preview",
"test:component-utilities:watch": "pnpm --filter ./packages/lib/component-utilities test:watch"
},
Expand Down
Loading

0 comments on commit 90c8d3d

Please sign in to comment.