Skip to content

Commit 5a85236

Browse files
mydeaclaude
andcommitted
ci: Remove Docker container for publishing packages to Verdaccio
The Dockerfile.publish-packages container only provided a pinned Node.js version for running `npm publish` of pre-built tarballs. The host already has the correct Node.js version via Volta, so the Docker build+run overhead is unnecessary. Run the publish script directly on the host instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e5274fa commit 5a85236

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dev-packages/e2e-tests/registrySetup.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import * as childProcess from 'child_process';
33
import { TEST_REGISTRY_CONTAINER_NAME, VERDACCIO_VERSION } from './lib/constants';
44
import { publishPackages } from './lib/publishPackages';
55

6-
const publishScriptNodeVersion = process.env.E2E_TEST_PUBLISH_SCRIPT_NODE_VERSION;
7-
const repositoryRoot = path.resolve(__dirname, '../..');
8-
96
// https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines
107
function groupCIOutput(groupTitle: string, fn: () => void): void {
118
if (process.env.CI) {

0 commit comments

Comments
 (0)