From 137196bccbc43635706b7fdb5322b3bd3e7a8f63 Mon Sep 17 00:00:00 2001 From: Faris Masad Date: Tue, 28 Jul 2026 18:16:27 -0700 Subject: [PATCH] Remove stale publish commands --- packages/cm5-vim/package.json | 5 ++--- packages/codemirror-vim-core/package.json | 2 +- packages/codemirror-vim/package.json | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/cm5-vim/package.json b/packages/cm5-vim/package.json index 4c20a1a..7b4bed2 100644 --- a/packages/cm5-vim/package.json +++ b/packages/cm5-vim/package.json @@ -13,8 +13,7 @@ "scripts": { "test": "cm-runtests .", "build": "node bin/build.js", - "buildAndTest": "pnpm run build && pnpm test", - "publish": "pnpm run build && npm publish" + "buildAndTest": "pnpm run build && pnpm test" }, "keywords": [ "editor", @@ -32,7 +31,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/replit/codemirror-vim.git", + "url": "git+https://github.com/replit/codemirror-vim.git", "directory": "packages/cm5-vim" } } diff --git a/packages/codemirror-vim-core/package.json b/packages/codemirror-vim-core/package.json index 8f3a6f4..83b7cf7 100644 --- a/packages/codemirror-vim-core/package.json +++ b/packages/codemirror-vim-core/package.json @@ -39,7 +39,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/replit/codemirror-vim.git", + "url": "git+https://github.com/replit/codemirror-vim.git", "directory": "packages/codemirror-vim-core" } } diff --git a/packages/codemirror-vim/package.json b/packages/codemirror-vim/package.json index 5c70ab3..28c8399 100644 --- a/packages/codemirror-vim/package.json +++ b/packages/codemirror-vim/package.json @@ -8,7 +8,6 @@ "build-types": "rm -rf out && tsc && dts-bundle-generator out/index.ts -o dist/index.d.ts --external-imports @replit/codemirror-vim-core @codemirror/view @codemirror/state @codemirror/search @codemirror/language && cp dist/index.d.ts dist/index.d.cts", "testAll": "pnpm run build-test-package && pnpm run test", "build": "cm-buildhelper src/index.ts && node scripts/addVersion.cjs && pnpm run build-types", - "publish": "pnpm run build && npm publish", "build-test-package": "bash ./scripts/build-test-package.sh", "prepare": "pnpm run build", "typecheck": "tsc --emitDeclarationOnly false --noEmit" @@ -54,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/replit/codemirror-vim.git", + "url": "git+https://github.com/replit/codemirror-vim.git", "directory": "packages/codemirror-vim" } }