File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ Read about how to build a new CloudQuery plugin from this template in [Creating
1010Install dependencies
1111
1212``` shell
13- npm install
13+ pnpm install
1414```
1515
1616Run the plugin locally
1717
1818``` shell
19- npm run dev
19+ pnpm dev
2020```
2121
2222Run 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
32321 . 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.
34343 . Run ` node dist/main.js package -m "Initial release" v0.0.1 . ` . ` -m ` specifies changelog and ` v0.0.1 ` is the version.
35354 . Run ` cloudquery plugin publish -f ` to publish the plugin to the CloudQuery registry.
3636
You can’t perform that action at this time.
0 commit comments