Skip to content

Commit

Permalink
npm run dist && npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Mar 24, 2024
1 parent 9002b10 commit 023b950
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40355,7 +40355,6 @@ class Dist {
summary: 'Mounted path of target directory in virtual filesystem. This is used to map paths from the log data back to their real paths, needed when tools such as cross-rs report messages from within a mounted Docker filesystem.'
},
{ name: '--manifest-path <path>', summary: 'Real path to Cargo.toml. (Default: cargo behavior)' },
// { name: '-o, --out <dist>', summary: 'Copy output to file <dist>. (Default: $NEON_DIST_OUTPUT or index.node)' },
{ name: '-p, --platform <platform>', summary: 'Stage output file for caching to platform <platform>. (Default: $NEON_BUILD_PLATFORM or -d)' },
{ name: '-d, --debug', summary: 'Generate output file for debugging (./index.node)' },
{ name: '-v, --verbose', summary: 'Enable verbose logging. (Default: false)' }
Expand Down
1 change: 0 additions & 1 deletion src/cli/src/commands/dist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default class Dist implements Command {
summary: 'Mounted path of target directory in virtual filesystem. This is used to map paths from the log data back to their real paths, needed when tools such as cross-rs report messages from within a mounted Docker filesystem.'
},
{ name: '--manifest-path <path>', summary: 'Real path to Cargo.toml. (Default: cargo behavior)' },
// { name: '-o, --out <dist>', summary: 'Copy output to file <dist>. (Default: $NEON_DIST_OUTPUT or index.node)' },
{ name: '-p, --platform <platform>', summary: 'Stage output file for caching to platform <platform>. (Default: $NEON_BUILD_PLATFORM or -d)' },
{ name: '-d, --debug', summary: 'Generate output file for debugging (./index.node)' },
{ name: '-v, --verbose', summary: 'Enable verbose logging. (Default: false)' }
Expand Down

0 comments on commit 023b950

Please sign in to comment.