Add notes
This commit is contained in:
parent
2cb145aa64
commit
feab3f90d7
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Notes
|
||||
|
||||
* Turbo https://turbo.build/repo
|
||||
* Running dev in certain workspaces https://turbo.build/repo/docs/handbook/dev#running-dev-only-in-certain-workspaces
|
||||
* Linting https://turbo.build/repo/docs/handbook/linting
|
||||
* Internal packages https://turbo.build/repo/docs/handbook/sharing-code/internal-packages
|
||||
|
||||
```
|
||||
npm i
|
||||
npm ls --production --depth 1 -json | jq -r '.dependencies[].resolved'
|
||||
npm install --workspace=metamigo-common
|
||||
```
|
||||
|
||||
## Todo
|
||||
|
||||
* Move the following to be internal packages.
|
||||
- [ ] @digiresilence/montar
|
||||
- [ ] @digiresilience/hapi-nextauth
|
||||
- [ ] @digiresilience/hapi-pg-promise
|
||||
Loading…
Add table
Add a link
Reference in a new issue