feat: added npm2yarn package (#1347)

This commit is contained in:
Shahed Nasser
2022-04-18 15:17:27 +02:00
committed by GitHub
parent fcd2889fd7
commit 3ad0f66619
36 changed files with 237 additions and 176 deletions
@@ -19,9 +19,7 @@ const plugins = [
And installing them through your favourite package manager:
```bash
yarn add medusa-payment-stripe
# or
```bash npm2yarn
npm install medusa-payment-stripe
```
@@ -34,4 +34,8 @@ module.exports = {
}
```
> When changing from SQLite to Postgres, you should seed the database again using: `yarn seed`
> When changing from SQLite to Postgres, you should seed the database again using:
```bash npm2yarn
npm run seed
```