Skip to content

Commit

Permalink
per pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kothari committed Jan 11, 2024
1 parent aeb8874 commit 66d8bf2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 178 deletions.
2 changes: 1 addition & 1 deletion yarn-project/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG COMMIT_TAG=""
# TODO: Use release-please to update package.json directly, and remove this!
RUN ./scripts/version_packages.sh
# Productionify. See comment in yarn-project-base/Dockerfile.
RUN yarn workspaces focus @aztec/aztec-faucet @aztec/aztec.js --production && \
RUN yarn workspaces focus @aztec/cli @aztec/aztec-sandbox @aztec/aztec-faucet @aztec/aztec.js --production && \
yarn cache clean && \
rm -rf /usr/src/barretenberg/ts/src && \
# TODO: Fix by extracting noir code out of yarn-project.
Expand Down
167 changes: 0 additions & 167 deletions yarn-project/cli/aztec-cli

This file was deleted.

3 changes: 0 additions & 3 deletions yarn-project/cli/aztec-cli-dest

This file was deleted.

6 changes: 0 additions & 6 deletions yarn-project/cli/aztec-cli-dev

This file was deleted.

2 changes: 1 addition & 1 deletion yarn-project/cli/src/update/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SemVer, parse } from 'semver';
import { atomicUpdateFile } from '../utils.js';
import { DependencyChanges } from './common.js';

const deprecatedNpmPackages = new Set<string>([]);
const deprecatedNpmPackages = new Set<string>(['@aztec/cli', '@aztec/aztec-sandbox']);
const npmDeprecationMessage = `
The following packages have been deprecated and will no longer be updated on the npm registry:
${Array.from(deprecatedNpmPackages)
Expand Down

0 comments on commit 66d8bf2

Please sign in to comment.