From 45479d85603665e79172d409cf3c3a68506be620 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Mon, 3 Mar 2025 09:22:57 -0800 Subject: [PATCH] chore: remove stale instructions --- typescript/README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 typescript/README.md diff --git a/typescript/README.md b/typescript/README.md deleted file mode 100644 index 0e4a6e725..000000000 --- a/typescript/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Use pnpm for the non-deno based code in ./packages - -This provides test/dev/build experience that works accross a shared "workspace", -allowing changes in one package to trigger reload/rebuild flows in each - -See https://pnpm.io/installation - -## Commmon Tasks - - - Add Dependency: `pnpm add ____` - - Install Dependencies: `pnpm install` - - Run Tests: `pnpm run test` - - Dev Mode (vitejs server): `pnpm run dev`