diff --git a/.woodpecker.yml b/.woodpecker.yml index 48d1c696..b3406f39 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,11 @@ pipeline: branch: - "rails" - "panel.sutty.nl" - path: "app/assets/**/*" + path: + include: + - "app/assets/**/*" + - "package.json" + - "yarn.lock" publish: image: plugins/docker settings: diff --git a/package.json b/package.json index b8e5a939..ed157c8f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "sutty", + "author": "Sutty ", "private": true, "dependencies": { "@airbrake/browser": "^1.4.1",