Skip to content

Commit fb97cd4

Browse files
committed
docs: fixed cotributing doc
1 parent 8e421ec commit fb97cd4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,14 @@ git checkout -b my-fix-branch main
5656

5757
<br/>
5858

59-
### ▶ 4. Run the library
59+
### ▶ 4. Build the library
6060

6161
- From the root of the project run `pnpm install`.
6262

63-
- Then run `pnpm run dev --workspace=packages/website`.
63+
- Then run `nx build cypress-ct-qwik`.
6464

6565
- Visit the URL printed in the console and you'll have a page opened with the suite of widgets.
6666

67-
- Once you made some changes in either package (`headless`, `daisy` or `material`), you will see them immediately reflected on the page.
68-
6967
### ▶ 5. Make sure you add / modify tests
7068

7169
Run `pnpm run test` to make sure there aren't any errors

0 commit comments

Comments
 (0)