Skip to content

Commit

Permalink
Replace lerna with turborepo (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech authored Sep 13, 2024
1 parent 6c5ad48 commit e020a5e
Show file tree
Hide file tree
Showing 194 changed files with 17,492 additions and 48,535 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/.idea
/.parcel-cache
/coverage
/lerna-debug.log

/node_modules
/npm-debug.log
Expand Down
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Our kanban board is public and available [here](https://github.com/orgs/vazco/pr

- Create a fork from where you want to base your work.
- Clone the repo and run `npm ci` **in the top-level only**.
- Make sure you are using `npm` that understands the `package-lock.json` format. At the moment, it's at least v7.
- Make sure you are using `npm` that understands the `package-lock.json` format. Check the current version in the `package.json` file.
- Make sure your commit messages are in the proper format:
- Bugfix or feature:
- `Implemented asynchronous validation (closes #17).`
Expand All @@ -32,14 +32,14 @@ Our kanban board is public and available [here](https://github.com/orgs/vazco/pr

### Development

For the best local developer experience (DX) it is recommended to start `build` and `test` in `--watch` mode.
For the best local developer experience (DX) it is recommended to run scripts in watch mode.

Run the commands below in the root directory.

#### Running the build in watch mode

```sh
npm run build -- --watch
npm run build:watch
```

#### Running the tests in watch mode
Expand Down
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- .prettierrc.js
- .stylelintrc
- jest.config.js
- lerna.json
- turbo.json
- package-lock.json
- package.json
- scripts/**/*
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/.idea
/.parcel-cache
/coverage
/lerna-debug.log
.DS_Store
.turbo

/node_modules
/npm-debug.log
Expand All @@ -12,6 +12,7 @@
/packages/*/node_modules
/reproductions/dist
/reproductions/node_modules
/reproductions/.parcel-cache
/website/.cache-loader
/website/.docusaurus
/website/build
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.8.0
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/.idea
/.parcel-cache
/coverage
/lerna-debug.log
/lerna.json
/node_modules
/npm-debug.log
/npm-debug.log*
Expand All @@ -15,3 +13,4 @@
/website/.docusaurus
/website/build
/website/node_modules
.turbo
287 changes: 0 additions & 287 deletions docs/api-bridges.md

This file was deleted.

Loading

0 comments on commit e020a5e

Please sign in to comment.