feat: support frozen production install #474
Annotations
13 errors
test/ni/bun.spec.ts > frozen production:
test/ni/bun.spec.ts#L9
AssertionError: expected 'bun install --frozen-lockfile' to be 'bun install --frozen-lockfile --produ…' // Object.is equality
Expected: "bun install --frozen-lockfile --production"
Received: "bun install --frozen-lockfile"
❯ test/ni/bun.spec.ts:9:7
|
test/ni/npm.spec.ts > frozen production:
test/ni/npm.spec.ts#L9
AssertionError: expected 'npm ci' to be 'npm ci --omit=dev' // Object.is equality
Expected: "npm ci --omit=dev"
Received: "npm ci"
❯ test/ni/npm.spec.ts:9:7
|
test/ni/pnpm.spec.ts > frozen production:
test/ni/pnpm.spec.ts#L9
AssertionError: expected 'pnpm i --frozen-lockfile' to be 'pnpm i --frozen-lockfile --production' // Object.is equality
Expected: "pnpm i --frozen-lockfile --production"
Received: "pnpm i --frozen-lockfile"
❯ test/ni/pnpm.spec.ts:9:7
|
test/ni/yarn.spec.ts > frozen production:
test/ni/yarn.spec.ts#L9
AssertionError: expected 'yarn install --frozen-lockfile' to be 'yarn install --frozen-lockfile --prod…' // Object.is equality
Expected: "yarn install --frozen-lockfile --production"
Received: "yarn install --frozen-lockfile"
❯ test/ni/yarn.spec.ts:9:7
|
test/ni/yarn@berry.spec.ts > frozen production:
test/ni/yarn@berry.spec.ts#L9
AssertionError: expected 'yarn install --immutable' to be 'yarn install --immutable --production' // Object.is equality
Expected: "yarn install --immutable --production"
Received: "yarn install --immutable"
❯ test/ni/yarn@berry.spec.ts:9:7
|
build (18.x)
Process completed with exit code 1.
|
build (lts/*)
The job was canceled because "_18_x" failed.
|
test/ni/bun.spec.ts > frozen production:
test/ni/bun.spec.ts#L9
AssertionError: expected 'bun install --frozen-lockfile' to be 'bun install --frozen-lockfile --produ…' // Object.is equality
Expected: "bun install --frozen-lockfile --production"
Received: "bun install --frozen-lockfile"
❯ test/ni/bun.spec.ts:9:7
|
test/ni/npm.spec.ts > frozen production:
test/ni/npm.spec.ts#L9
AssertionError: expected 'npm ci' to be 'npm ci --omit=dev' // Object.is equality
Expected: "npm ci --omit=dev"
Received: "npm ci"
❯ test/ni/npm.spec.ts:9:7
|
test/ni/pnpm.spec.ts > frozen production:
test/ni/pnpm.spec.ts#L9
AssertionError: expected 'pnpm i --frozen-lockfile' to be 'pnpm i --frozen-lockfile --production' // Object.is equality
Expected: "pnpm i --frozen-lockfile --production"
Received: "pnpm i --frozen-lockfile"
❯ test/ni/pnpm.spec.ts:9:7
|
test/ni/yarn.spec.ts > frozen production:
test/ni/yarn.spec.ts#L9
AssertionError: expected 'yarn install --frozen-lockfile' to be 'yarn install --frozen-lockfile --prod…' // Object.is equality
Expected: "yarn install --frozen-lockfile --production"
Received: "yarn install --frozen-lockfile"
❯ test/ni/yarn.spec.ts:9:7
|
test/ni/yarn@berry.spec.ts > frozen production:
test/ni/yarn@berry.spec.ts#L9
AssertionError: expected 'yarn install --immutable' to be 'yarn install --immutable --production' // Object.is equality
Expected: "yarn install --immutable --production"
Received: "yarn install --immutable"
❯ test/ni/yarn@berry.spec.ts:9:7
|
build (lts/*)
Process completed with exit code 1.
|