5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 05:16: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:
- "rails"
- "panel.sutty.nl"
path: "app/assets/**/*"
path:
include:
- "app/assets/**/*"
- "package.json"
- "yarn.lock"
publish:
image: plugins/docker
settings:

View file

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