chore: Remove lerna (#2116)

**What**
- Removes `lerna` as we are now using `changesets` + Turborepo to handle builds and releases
This commit is contained in:
Oliver Windall Juhl
2022-08-29 15:26:58 +02:00
committed by GitHub
parent 3a44dd5726
commit 6a62a8f1ed
5 changed files with 74 additions and 2673 deletions

View File

@@ -1,20 +0,0 @@
#!/bin/bash
FIXTURE_PATTERN=$1
lerna run build
medusa-dev --set-path-to-repo .
cd docs-util/fixture-gen
medusa-dev --force-install --scan-once
cd ../..
if [ "$FIXTURE_PATTERN" ]; then
yarn test:fixtures -t $FIXTURE_PATTERN
else
yarn test:fixtures
fi