Skip to content

Commit

Permalink
Merge branch 'develop' into fix/get-config-file-typings
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl authored Dec 14, 2022
2 parents 0466d5d + 7d28eaf commit d42b6ed
Show file tree
Hide file tree
Showing 1,067 changed files with 21,081 additions and 105,549 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-bugs-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---

chore: Replace all usage of redis for the cache in favour of the cache service
5 changes: 5 additions & 0 deletions .changeset/giant-insects-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/medusa-js": patch
---

fix: missing devDependency was failing repo build task
7 changes: 7 additions & 0 deletions .github/workflows/generate-api-reference.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Generate API Reference
on:
push:
branches:
- "master"
paths:
- packages/medusa/src/api/routes/**
- '!packages/medusa/src/api/routes/**/index.ts'
- '!packages/medusa/src/api/routes/**/index.js'
pull_request:
types:
- closed
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
.yarn
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ frontmatterData: {
pagesPattern: "internal\\.",
},
```

## Building the Plugin

Before using any command that makes use of this plugin, make sure to run the `build` command:

```bash
yarn build
```
49 changes: 0 additions & 49 deletions docs-util/typedoc-plugins/typedoc-frontmatter-plugin/dist/index.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit d42b6ed

Please sign in to comment.