Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add lerna clean for clean:full and build:full scripts
With loopback-next monorepo, sometimes we have to switch between branches that have different packages. It becomes problematic to ensure clean states. This PR adds some scripts to solve the issue: - npm run clean:full (triggers lerna clean to remove all node_modules) - npm run build:full (run full clean, lerna bootstrap, build, test, and lint)
- Loading branch information