Skip to content

Commit

Permalink
chore: infra
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jan 31, 2025
1 parent 3677fc4 commit f1c2dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export_logo:
/Applications/Inkscape.app/Contents/MacOS/inkscape --export-filename=doc/logo.png doc/logo.svg -w 1280 -h 640

publish_all:
(cd packages/interactive && flutter pub publish --force --server=https://pub.dartlang.org)
(cd packages/interactive && fvm flutter pub publish --force --server=https://pub.dartlang.org)

release old_version new_version:
grep -q 'version: {{old_version}}' packages/interactive/pubspec.yaml
Expand Down

0 comments on commit f1c2dd6

Please sign in to comment.