Add Node PM plugin (#1360)

A simple plugin that executes NPM, PNPM or Yarn scripts
This commit is contained in:
qwerty287 2022-10-28 17:06:14 +02:00 committed by GitHub
parent 4b9a380939
commit b44e895017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",