Skip to content

Commit

Permalink
chore(contributing): remove outdated information (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Oct 19, 2023
1 parent 365899c commit 2016176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See [`CONTRIBUTING.md`](https://github.com/ionic-team/capacitor/blob/HEAD/CONTRI
brew install swiftlint
```

Sometimes, it may be necessary to work on Capacitor in parellel with the plugin(s). In this case, a few extra steps are necessary:
Sometimes, it may be necessary to work on Capacitor in parallel with the plugin(s). In this case, a few extra steps are necessary:

4. Follow the Capacitor repo's [local setup instructions](https://github.com/ionic-team/capacitor/blob/HEAD/CONTRIBUTING.md#local-setup).
5. Toggle each plugin to use your local copy of Capacitor.
Expand Down Expand Up @@ -47,13 +47,13 @@ To aid in managing these plugins, this repo has a variety of scripts (located in
#### `npm run set-capacitor-version "<version>"`
This script is for setting the version (or version range) of Capacitor packages in each plugin's `package.json`. It will also run `lerna bootstrap` for you.
This script is for setting the version (or version range) of Capacitor packages in each plugin's `package.json`.

#### `npm run toggle-local`

> :memo: Requires [Capacitor](https://github.com/ionic-team/capacitor/) to be cloned in a sibling directory.

This script is for switching between Capacitor packages from npm and Capacitor packages installed locally. It will also run `lerna bootstrap` for you.
This script is for switching between Capacitor packages from npm and Capacitor packages installed locally.

> If you get npm errors, you can try installing from scratch:
>
Expand Down

0 comments on commit 2016176

Please sign in to comment.