Skip to content

Commit 532f600

Browse files
authored
Fixed missing file dependencies (#21)
1 parent 7cb252d commit 532f600

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/Taskfile.dist.yaml.jinja

+2
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ tasks:
204204
- flake.lock
205205
- "*.nix"
206206
- index.html
207+
- package-lock.json
208+
- package.json
207209
- postcss.config.mjs
208210
- Taskfile.dist.yaml
209211
- "{taskfile,Taskfile}.{yaml,yml}"

src/{% if true %}.github{% endif %}/workflows/image.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ name: Image
2121
- index.html
2222
- package-lock.json
2323
- package.json
24+
- postcss.config.mjs
2425
- tsconfig.json
2526
- vite.config.mts
2627
# Run also on pull requests to main branch
@@ -40,6 +41,7 @@ name: Image
4041
- index.html
4142
- package-lock.json
4243
- package.json
44+
- postcss.config.mjs
4345
- tsconfig.json
4446
- vite.config.mts
4547

src/{% if true %}.github{% endif %}/workflows/{% if pages == 'app' %}deploy.yaml{% endif %}.jinja

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ concurrency:
2525
- index.html
2626
- package-lock.json
2727
- package.json
28+
- postcss.config.mjs
2829
- tsconfig.json
2930
- vite.config.mts
3031

0 commit comments

Comments
 (0)