From 52ad9cda56317548ac5bcdaa32aafc0b5209bcaf Mon Sep 17 00:00:00 2001 From: Mzs Date: Mon, 30 Jun 2025 15:43:09 +0800 Subject: [PATCH] docs: improve command compatibility 'yarn dev' probably suggest--- error Command "dev" not found --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0806b45c8392e..1c0a949f34c18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ Cube.is written in a mixture of JavaScript, TypeScript, and Rust. TypeScript and 10. Create or choose an existing project for testing. You can generate a new one with [cubejs-cli](https://cube.dev/docs/reference/cli) tool. 11. Run `yarn link @cubejs-backend/server-core` in your project directory. -12. Run `yarn dev` to start your testing project and verify changes. +12. Run `yarn run dev` to start your testing project and verify changes. Instead of running all of the above commands manually you can use the `dev_env_setup.sh` script: