Browse Source

fix: remove yarn.lock and package-lock.json from .gitignore

## What

Removes `yarn.lock` and `package-lock.json` from `.gitignore`

## Why

During deployments, this can cause an error if the `yarn.lock` and `package-lock.json` are not committed as part of the repository. An example of that is when deploying to digitalocean which causes an error of no package manager being found.
Shahed Nasser 1 year ago
parent
commit
827e22fb7c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .gitignore

+ 0 - 2
.gitignore

@@ -12,8 +12,6 @@ coverage
 !src/**
 
 ./tsconfig.tsbuildinfo
-package-lock.json
-yarn.lock
 medusa-db.sql
 build
 .cache