diff --git a/notes/dev.troubleshooting.md b/notes/dev.troubleshooting.md index 6098ab1..d5b8954 100644 --- a/notes/dev.troubleshooting.md +++ b/notes/dev.troubleshooting.md @@ -2,7 +2,7 @@ id: dde0d05d-3e4c-498b-90bb-de4e902f02d6 title: Troubleshooting desc: '' -updated: 1637878713594 +updated: 1660906640420 created: 1620686948200 nav_order: 5.1 --- @@ -15,7 +15,7 @@ nav_order: 5.1 Sometimes we will add new dependencies to master. In order to pick them up, run the following from the workspace root. ```sh -bootstrap/scripts/bootstrap.sh +yarn bootstrap:bootstrap ``` ### Relative import to an inter-workspace dependency diff --git a/notes/pkg.nextjs-template.quickstart.md b/notes/pkg.nextjs-template.quickstart.md index d8bfe39..1996e9b 100644 --- a/notes/pkg.nextjs-template.quickstart.md +++ b/notes/pkg.nextjs-template.quickstart.md @@ -3,7 +3,7 @@ id: PgwAXFfotfgpFVqHQRlBl title: Nextjs Template Quickstart desc: | Development related -updated: 1657672395883 +updated: 1661242414952 created: 1628376960868 --- @@ -35,7 +35,7 @@ curl -LO https://artifacts-prod-artifactb7980f61-19orqnnuurvwy.s3.us-west-2.amaz unzip dendron-site.zip ``` -1. Run the nextj sapp +1. Run the nextjs app ```sh yarn dev