Skip to content

Commit

Permalink
docs(contributing): add node env variable to cli local execution example
Browse files Browse the repository at this point in the history
  • Loading branch information
meienberger committed Dec 27, 2023
1 parent 0f1a846 commit 22e6692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/contributing/running-the-cli-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ While the CLI is not meant to run during development, when developing new featur
You can do so by navigating to the `packages/cli` folder and executing the following command:

```bash
npx tsx ./src/index.ts <command>
NODE_ENV=development npx tsx ./src/index.ts <command>
```

This will run the CLI using the TypeScript compiler and execute the `index.ts` file with the given command.
Expand Down

1 comment on commit 22e6692

@vercel
Copy link

@vercel vercel bot commented on 22e6692 Dec 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.