Skip to content

Commit f216728

Browse files
committed
build: change command structure
1 parent 7c1bde1 commit f216728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ links = 'python ./utils/sort_yaml.py'
1212
merge = 'python ./utils/main.py'
1313
serve = "bundler exec jekyll serve"
1414
profile = "bundler exec jekyll build --profile"
15-
newsletter = "python ./utils/newsletter.py"
15+
next = "python ./utils/newsletter.py"
1616
git = "python utils/git_parser.py"
17+
newsletter = { depends-on = ["git", "next"] }
1718

1819
[dependencies]
1920
python = ">=3.12.3,<3.13"

0 commit comments

Comments
 (0)