5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 07:26:56 +00:00

ci: compilar assets cuando cambian las dependencias
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-01-25 14:27:14 -03:00
parent ac8d95590b
commit f96994b72a
2 changed files with 6 additions and 1 deletions

View file

@ -11,7 +11,11 @@ pipeline:
branch: branch:
- "rails" - "rails"
- "panel.sutty.nl" - "panel.sutty.nl"
path: "app/assets/**/*" path:
include:
- "app/assets/**/*"
- "package.json"
- "yarn.lock"
publish: publish:
image: plugins/docker image: plugins/docker
settings: settings:

View file

@ -1,5 +1,6 @@
{ {
"name": "sutty", "name": "sutty",
"author": "Sutty <hi@sutty.nl>",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@airbrake/browser": "^1.4.1", "@airbrake/browser": "^1.4.1",