mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 14:46:21 +00:00
ci: compilar assets cuando cambian las dependencias
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
ac8d95590b
commit
f96994b72a
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "sutty",
|
||||
"author": "Sutty <hi@sutty.nl>",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@airbrake/browser": "^1.4.1",
|
||||
|
|
Loading…
Reference in a new issue