Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Feb 29, 2024
1 parent 5733670 commit 9d58eec
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ yarn extension <command> [argument]
The monorepo's `package.json` includes scripts that affect all programs and packages at once
and are needed for the project development.


### Extension

This is the same command users run when they do `npx extension-create <command>

```sh
yarn extension <command> [args] [flags]
```


### Compile

Compiles (builds) packages and programns. This npm script generates the `/dist` folder that other packages may consume.
Expand Down Expand Up @@ -112,11 +122,3 @@ Deletes cache, dist/ and node_modules/ across packages and programs .
```sh
yarn clean
```

### copyTypesFolder

This special command copies the original README.md file from the Monorepo and applies to packages/cli, which is what we publish on npm.

```sh
yarn copyTypesFolder
```

0 comments on commit 9d58eec

Please sign in to comment.