mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
Add Node PM plugin (#1360)
A simple plugin that executes NPM, PNPM or Yarn scripts
This commit is contained in:
parent
4b9a380939
commit
b44e895017
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-s3/master/docs.md",
|
||||
"verified": true
|
||||
},
|
||||
{
|
||||
"name": "Node PM",
|
||||
"docs": "https://codeberg.org/woodpecker-plugins/node-pm/raw/branch/main/docs.md",
|
||||
"verified": true
|
||||
},
|
||||
{
|
||||
"name": "Block Git changes",
|
||||
"docs": "https://codeberg.org/qwerty287/woodpecker-block-git-changes/raw/branch/main/docs.md",
|
||||
|
|
Loading…
Reference in a new issue