Skip to content

Commit 8318358

Browse files
committed
docs: update README commands from npm to pnpm
1 parent afd3a97 commit 8318358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Read about how to build a new CloudQuery plugin from this template in [Creating
1010
Install dependencies
1111

1212
```shell
13-
npm install
13+
pnpm install
1414
```
1515

1616
Run the plugin locally
1717

1818
```shell
19-
npm run dev
19+
pnpm dev
2020
```
2121

2222
Run cloudquery
@@ -30,7 +30,7 @@ This will create db.sql file (a Sqlite database) with a table `Names` and two re
3030
## Building and publishing the plugin
3131

3232
1. Update the plugin metadata in [src/plugins.ts](src/plugin.ts#L99) to match your team and plugin name.
33-
2. Run `npm run build` to build the plugin.
33+
2. Run `pnpm build` to build the plugin.
3434
3. Run `node dist/main.js package -m "Initial release" v0.0.1 .`. `-m` specifies changelog and `v0.0.1` is the version.
3535
4. Run `cloudquery plugin publish -f` to publish the plugin to the CloudQuery registry.
3636

0 commit comments

Comments
 (0)